共用方式為


SPWeb.AllWebTemplatesAllowed property

取得布林值,這個值,指出GetAvailableWebTemplates方法所傳回的可用 Web 範本是否包含一組完整的範本。

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

Syntax

'宣告
Public ReadOnly Property AllWebTemplatesAllowed As Boolean
    Get
'用途
Dim instance As SPWeb
Dim value As Boolean

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

Property value

Type: System.Boolean
true如果所有的網站範本可供使用 ;否則, false。

備註

即使AllWebTemplatesAllowed屬性會傳回true,網站範本的集合仍然會限制的網站的語言。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace