SPCustomWebTemplate.IsFarmWideTemplate property
Gets a Boolean value that indicates whether this template can be used to create sites across the Sharepoint farm.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsFarmWideTemplate As Boolean
Get
'Usage
Dim instance As SPCustomWebTemplate
Dim value As Boolean
value = instance.IsFarmWideTemplate
public override bool IsFarmWideTemplate { get; }
Property value
Type: System.Boolean
true if this template can be used to create sites across the Sharepoint farm; otherwise false.