MaxDepth Property

Summary

Gets or sets the maximum depth of requested boxes.

Syntax
C#
VB
C++
public Nullable<int> MaxDepth { get; set; } 
  
Public Property MaxDepth As Nullable(Of Integer) 
public: 
property Nullable<int> MaxDepth { 
   Nullable<int> get(); 
   void set (    Nullable<int> ); 
} 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly