SPWebTemplate.IsFarmWideTemplate property
Gets a Boolean value that represents 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 Overridable ReadOnly Property IsFarmWideTemplate As Boolean
Get
'Usage
Dim instance As SPWebTemplate
Dim value As Boolean
value = instance.IsFarmWideTemplate
public virtual bool IsFarmWideTemplate { get; }
Property value
Type: System.Boolean
true if this template can be used to create sites across the SharePoint farm; otherwise, false.