ContentType.Hidden property

Gets or sets a value that specifies whether the content type is unavailable for creation or usage directly from a user interface.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property Hidden As Boolean
    Get
    Set
'Usage
Dim instance As ContentType
Dim value As Boolean

value = instance.Hidden

instance.Hidden = value
public bool Hidden { get; set; }

Property value

Type: System.Boolean
Returns Booleantrue if the content type is unavailable for creation or usage directly from a user interface; otherwise, returns false.

See also

Reference

ContentType class

ContentType members

Microsoft.SharePoint.Client namespace