EnumerationOptions.MaxRecursionDepth Property

Definition

Gets or sets a value that indicates the maximum directory depth to recurse while enumerating, when RecurseSubdirectories is set to true.

C#
public int MaxRecursionDepth { get; set; }

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.

Applies to

Product Versions
.NET 6, 7, 8, 9, 10