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 depth of the request XML that is sent by the client measured in ‘tag’ count.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RequestXmlMaxDepth As Integer
Get
Set
'Usage
Dim instance As SPClientCallableSettings
Dim value As Integer
value = instance.RequestXmlMaxDepth
instance.RequestXmlMaxDepth = value
public int RequestXmlMaxDepth { get; set; }
Property Value
Type: System.Int32
The maximum depth of the request XML. The default value is 32.
Remarks
For information about request XML, see [MS-CSOM]: SharePoint Client Query Protocol Specification.
See Also
Reference
SPClientCallableSettings Class