SPWebTemplate.IsCustomTemplate Property (Microsoft.SharePoint.Publishing.Internal.Administration.Schema)
Namespace: Microsoft.SharePoint.Publishing.Internal.Administration.Schema
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property IsCustomTemplate As Boolean
'Usage
Dim instance As SPWebTemplate
Dim value As Boolean
value = instance.IsCustomTemplate
instance.IsCustomTemplate = value
[XmlAttributeAttribute]
public bool IsCustomTemplate { get; set; }
See Also
Reference
SPWebTemplate Class
SPWebTemplate Members
Microsoft.SharePoint.Publishing.Internal.Administration.Schema Namespace