SiteCacheSettingsWriter.CbqMultiplier property

Gets or sets a value that indicates the multiplication factor that should be applied to the result sets for a cross-list query. This allows for security trimming and other options to take place while still returning a full result set.

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

Syntax

'Declaration
Public Property CbqMultiplier As Integer
    Get
    Set
'Usage
Dim instance As SiteCacheSettingsWriter
Dim value As Integer

value = instance.CbqMultiplier

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

Property value

Type: System.Int32

See also

Reference

SiteCacheSettingsWriter class

SiteCacheSettingsWriter members

Microsoft.SharePoint.Publishing namespace