共用方式為


Site.GetWebTemplates 方法

傳回網站定義可供建立網站集合內網站的集合。

命名空間:  Microsoft.SharePoint.Client
組件:   Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)

語法

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

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

參數

  • LCID
    類型:System.UInt32

    32 位元正負號的整數,指定網站集合會傳回網站定義的語言。

  • overrideCompatLevel
    類型:System.Int32

    指定的相容性層級來傳回此網站集合的網站。如果此值為 0,則會使用網站的相容性層級。

傳回值

類型:Microsoft.SharePoint.Client.WebTemplateCollection
表示網站定義WebTemplateCollection物件。

備註

建立新的Site相容模式時以下提供主要的大小寫的方法。

請參閱

參照

Site 類別

Site 成員

Microsoft.SharePoint.Client 命名空間