PublishingWeb.IsAllowingAllWebTemplates Property
Gets a Boolean value that indicates whether the available Web templates that are returned by the GetAvailableWebTemplates() method are the complete set.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property IsAllowingAllWebTemplates As Boolean
Get
'Usage
Dim instance As PublishingWeb
Dim value As Boolean
value = instance.IsAllowingAllWebTemplates
public bool IsAllowingAllWebTemplates { get; }
Property Value
Type: System.Boolean
Set to True if the available Web templates for this PublishingWeb object are the complete set; otherwise, it is set to False.
See Also
Reference
Microsoft.SharePoint.Publishing Namespace
IsInheritingAvailableWebTemplates
GetAvailableCrossLanguageWebTemplates