次の方法で共有


Tenant.GetSPOTenantWebTemplates メソッド

テナント内のすべてのサイト コレクションの web テンプレートが返されます。

名前空間:  Microsoft.Online.SharePoint.TenantAdministration
アセンブリ:   Microsoft.Online.SharePoint.Client.Tenant.Silverlight (Microsoft.Online.SharePoint.Client.Tenant.Silverlight.dll 内);  Microsoft.Online.SharePoint.Client.Tenant (Microsoft.Online.SharePoint.Client.Tenant.dll 内)

構文

'宣言
Public Function GetSPOTenantWebTemplates ( _
    localeId As UInteger, _
    compatibilityLevel As Integer _
) As SPOTenantWebTemplateCollection
'使用
Dim instance As Tenant
Dim localeId As UInteger
Dim compatibilityLevel As Integer
Dim returnValue As SPOTenantWebTemplateCollection

returnValue = instance.GetSPOTenantWebTemplates(localeId, _
    compatibilityLevel)
public SPOTenantWebTemplateCollection GetSPOTenantWebTemplates(
    uint localeId,
    int compatibilityLevel
)

パラメーター

  • localeId
    型: System.UInt32

    取得する web テンプレートのロケール id。

  • compatibilityLevel
    型: System.Int32

    Web テンプレートに互換性が最新バージョンを表す整数。

戻り値

型: Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplateCollection
SPOTenantWebTemplateCollection

関連項目

参照先

Tenant クラス

Tenant メンバー

Microsoft.Online.SharePoint.TenantAdministration 名前空間