Share via


SiteCacheSettings.CbqMultiplier property

Multiplies how many items should be requested on a cross-list query.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property CbqMultiplier As Integer
    Get
'Usage
Dim instance As SiteCacheSettings
Dim value As Integer

value = instance.CbqMultiplier
public int CbqMultiplier { get; }

Property value

Type: System.Int32

Remarks

If there are a high number of items that do not inherit permissions, this property should be set to a larger number.

See also

Reference

SiteCacheSettings class

SiteCacheSettings members

Microsoft.SharePoint.Publishing namespace

SiteCacheSettings