共用方式為


SPSite.GetWebTemplates method (UInt32, Int32)

傳回可用於建立網站集合內的 Web 站台的站台定義的集合。

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

Syntax

'宣告
Public Function GetWebTemplates ( _
    LCID As UInteger, _
    overrideCompatLevel As Integer _
) As SPWebTemplateCollection
'用途
Dim instance As SPSite
Dim LCID As UInteger
Dim overrideCompatLevel As Integer
Dim returnValue As SPWebTemplateCollection

returnValue = instance.GetWebTemplates(LCID, _
    overrideCompatLevel)
public SPWebTemplateCollection GetWebTemplates(
    uint LCID,
    int overrideCompatLevel
)

參數

傳回值

Type: Microsoft.SharePoint.SPWebTemplateCollection
SPWebTemplateCollection 物件,表示網站定義。

備註

這裡主要用於大小寫時,提供在相容性模式中,例如 14 15 伺服陣列,其中藉由使用預設值是管理站台的相容性層級中建立新的 spsite 方法

請參閱

參照

SPSite class

SPSite members

GetWebTemplates overload

Microsoft.SharePoint namespace