SPWeb.AllWebTemplatesAllowed property

Gets a Boolean value that indicates whether the available Web templates that are returned by the GetAvailableWebTemplates method comprise the complete set of templates.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property AllWebTemplatesAllowed As Boolean
    Get
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.AllWebTemplatesAllowed
public bool AllWebTemplatesAllowed { get; }

Property value

Type: System.Boolean
true if all Web templates are available; otherwise, false.

Remarks

Even if the AllWebTemplatesAllowed property returns true, the set of Web templates is still restricted by the language of the website.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace