←Select platform

MaxDepth Property

Summary
Gets or sets the maximum depth of requested boxes.

Syntax
C#
C++/CLI
Python
public Nullable<int> MaxDepth { get; set; } 
public: 
property Nullable<int> MaxDepth { 
   Nullable<int> get(); 
   void set (    Nullable<int> ); 
} 
MaxDepth # get and set (MetaReq) 

Property Value

A nullable System.Int32 which specifies the level of boxes returned to the client below the requested box.

Remarks

If a maximum depth value is not specified (value is -1), there is no limit on the depth of the file hierarchy for this request.

Requirements

Target Platforms

See Also

Reference

MetaReq Class

MetaReq Members

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.