SPClientCallableSettings.MaxObjectPaths property
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)
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