SiteCacheSettings.CbqFlushOnSiteChange Property
Determines whether a cached cross-list query result is used after any object in the site has changed.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property CbqFlushOnSiteChange As Boolean
Get
'Usage
Dim instance As SiteCacheSettings
Dim value As Boolean
value = instance.CbqFlushOnSiteChange
public bool CbqFlushOnSiteChange { get; }
Property Value
Type: System.Boolean
If this property is set to True, a cached cross-list query result is not used after any object in the site has changed.