EnumerationOptions.MaxRecursionDepth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates the maximum directory depth to recurse while enumerating, when RecurseSubdirectories is set to true
.
public:
property int MaxRecursionDepth { int get(); void set(int value); };
public int MaxRecursionDepth { get; set; }
member this.MaxRecursionDepth : int with get, set
Public Property MaxRecursionDepth As Integer
Property Value
A number that represents the maximum directory depth to recurse while enumerating. The default is Int32.MaxValue.
Remarks
If MaxRecursionDepth is set to a negative number, the default value MaxValue is used. If MaxRecursionDepth is set to zero, enumeration returns the contents of the initial directory.