SiteCacheSettings.AllowLayoutPageOverrides Property
Determines whether PageLayoutobjects can override the default cache profile. If both a PageLayout and PublishingWeb objects define a cache profile, the PageLayout profile is used.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property AllowLayoutPageOverrides As Boolean
Get
'Usage
Dim instance As SiteCacheSettings
Dim value As Boolean
value = instance.AllowLayoutPageOverrides
public bool AllowLayoutPageOverrides { get; }
Property Value
Type: System.Boolean
True if PageLayout objects can override the cache profile.