Click or drag to resize

FileSystemEntryEnumerationOptions Enumeration

A combination of file system entry enumeration options.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum FileSystemEntryEnumerationOptions
Members
  Member nameValueDescription
None0 No options.
BreadthFirst1 Do breadth-first enumeration.
See Also