Compartir a través de


de la propiedad SiteCacheSettings.AllowLayoutPageOverrides

Obtiene un valor que indica si los objetos PageLayout pueden reemplazar el perfil de caché predeterminado.

Espacio de nombres:  Microsoft.SharePoint.Publishing
Ensamblado:  Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)

Sintaxis

'Declaración
Public ReadOnly Property AllowLayoutPageOverrides As Boolean
    Get
'Uso
Dim instance As SiteCacheSettings
Dim value As Boolean

value = instance.AllowLayoutPageOverrides
public bool AllowLayoutPageOverrides { get; }

Valor de propiedad

Tipo: System.Boolean
true si PageLayout objetos pueden anular el perfil de caché.

Comentarios

Si los objetos de un PageLayout y PublishingWeb definen un perfil de caché, se utiliza el perfil de PageLayout .

Vea también

Referencia

clase SiteCacheSettings

Miembros SiteCacheSettings

Espacio de nombres Microsoft.SharePoint.Publishing

SiteCacheSettings