SPClientCallableSettings.RequestXmlMaxDepth property

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)

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

SPClientCallableSettings members

Microsoft.SharePoint.Administration namespace