SPWebTemplate.IsHidden property

Gets a value that indicates whether the site definition configuration is displayed in the user interface as one of the optional configurations used for creating new sites.

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

Syntax

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

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

Property value

Type: System.Boolean
true if the SPWebTemplate represents a site definition configuration and the configuration is not displayed; otherwise, false.

Remarks

If the SPWebTemplate represents a site definition configuration, this property corresponds to the Hidden attribute of a Configuration element in a WebTemp*.xml file. (See WebTemp.xml for more information.)

If the SPWebTemplate represents a Web template, this property always returns false.

See also

Reference

SPWebTemplate class

SPWebTemplate members

Microsoft.SharePoint namespace

Other resources

WebTemp.xml

Collaborative Application Markup Language (CAML)

Custom Site Templates

Site Definitions and Configurations