Compartir a través de


del método Tenant.GetSPOTenantWebTemplates

Devuelve todas las plantillas web para las colecciones de sitios en el inquilino.

Espacio de nombres:  Microsoft.Online.SharePoint.TenantAdministration
Ensamblados:   Microsoft.Online.SharePoint.Client.Tenant.Silverlight (en Microsoft.Online.SharePoint.Client.Tenant.Silverlight.dll);  Microsoft.Online.SharePoint.Client.Tenant (en Microsoft.Online.SharePoint.Client.Tenant.dll)

Sintaxis

'Declaración
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

    El identificador de configuración regional de las plantillas web que desea recuperar.

  • compatibilityLevel
    Tipo: System.Int32

    Entero que representa la última versión del producto con la que las plantillas web son compatibles.

Valor devuelto

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

Vea también

Referencia

clase Tenant

Miembros Tenant

Espacio de nombres Microsoft.Online.SharePoint.TenantAdministration