Share via


SiteCacheSettings.AllowPublishingWebPageOverrides property

Determines whether PublishingWeb objects 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.

See also

Reference

SiteCacheSettings class

SiteCacheSettings members

Microsoft.SharePoint.Publishing namespace

SiteCacheSettings