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.
Gets or sets the maximum number of object paths that can be used within one request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property MaxObjectPaths As Integer
Get
Set
'Usage
Dim instance As SPClientCallableSettings
Dim value As Integer
value = instance.MaxObjectPaths
instance.MaxObjectPaths = value
public int MaxObjectPaths { get; set; }
Property Value
Type: System.Int32
The maximum number of object paths. The default value is 256.
Remarks
For information about object paths, see [MS-CSOM]: SharePoint Client Query Protocol Specification.
See Also
Reference
SPClientCallableSettings Class