Compartilhar via


Tenant.GetSPOTenantWebTemplates método

Retorna todos os modelos da web para os conjuntos de sites no locatário.

Namespace:  Microsoft.Online.SharePoint.TenantAdministration
Assemblies:   Microsoft.Online.SharePoint.Client.Tenant.Silverlight (em Microsoft.Online.SharePoint.Client.Tenant.Silverlight.dll);  Microsoft.Online.SharePoint.Client.Tenant (em Microsoft.Online.SharePoint.Client.Tenant.dll)

Sintaxe

'Declaração
Public Function GetSPOTenantWebTemplates ( _
    localeId As UInteger, _
    compatibilityLevel As Integer _
) As SPOTenantWebTemplateCollection
'Uso
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
)

Parâmetros

  • localeId
    Tipo: System.UInt32

    O identificador de localidade para os modelos de web a serem recuperados.

  • compatibilityLevel
    Tipo: System.Int32

    Um inteiro que representa a versão mais recente do produto com o qual os modelos de web são compatíveis.

Valor retornado

Tipo: Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplateCollection
SPOTenantWebTemplateCollection

Ver também

Referência

Tenant classe

Tenant membros

Microsoft.Online.SharePoint.TenantAdministration namespace