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
true if the available Web templates for this PublishingWeb object are the complete set; otherwise, false.

See also

Reference

PublishingWeb class

PublishingWeb members

Microsoft.SharePoint.Publishing namespace

AllowAllWebTemplates

IsInheritingAvailableWebTemplates

GetAvailableWebTemplates

GetAvailableCrossLanguageWebTemplates

InheritAvailableWebTemplates

SetAvailableWebTemplates

SetAvailableCrossLanguageWebTemplates

Update