다음을 통해 공유


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)
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

SPClientCallableSettings Members

Microsoft.SharePoint.Administration Namespace