Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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