SiteCacheSettings.AllowPublishingWebPageOverrides Property
Determines whether PublishingWebs can override the default cache profile.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property AllowPublishingWebPageOverrides As Boolean
Get
'Usage
Dim instance As SiteCacheSettings
Dim value As Boolean
value = instance.AllowPublishingWebPageOverrides
public bool AllowPublishingWebPageOverrides { get; }
Property Value
Type: System.Boolean
True if PublishingWeb objects can override the cache profile.