WebTemplate.IsHidden property

Gets a value that specifies whether the site definition configuration is displayed in the user interface for creating new sites.

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

Syntax

'Declaration
Public ReadOnly Property IsHidden As Boolean
    Get
'Usage
Dim instance As WebTemplate
Dim value As Boolean

value = instance.IsHidden
public bool IsHidden { get; }

Property value

Type: System.Boolean
Returns Booleantrue if the site definition configuration is displayed in the user interface for creating new sites; otherwise, returns false. The default value is

See also

Reference

WebTemplate class

WebTemplate members

Microsoft.SharePoint.Client namespace