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 模板区域设置标识符。

  • compatibilityLevel
    类型:System.Int32

    一个整数,表示 web 模板都兼容的最新的产品版本。

返回值

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

另请参阅

引用

Tenant 类

Tenant 成员

Microsoft.Online.SharePoint.TenantAdministration 命名空间