SiteCacheSettingsWriter.CbqMultiplier Property
Determines 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