EnumerationOptions.MaxRecursionDepth Property
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
A number that represents the maximum directory depth to recurse while enumerating. The default is Int32.MaxValue.
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.
Product | Versions |
---|---|
.NET | 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: