SPWebTemplate.IsCustomTemplate property

Gets a value that indicates whether the SPWebTemplate object is a custom site definition configuration or is, instead, a Web template.

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

Syntax

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

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

Property value

Type: System.Boolean
true if the SPWebTemplate object is a Web template; otherwise, false, which means it is a site definition configuration.

Remarks

If the SPWebTemplate object is an SPCustomWebTemplate, IsCustomTemplate always returns true.

See also

Reference

SPWebTemplate class

SPWebTemplate members

Microsoft.SharePoint namespace