| SearchOption Enumeration | 
Namespace: CMS.IO
 Syntax
Syntaxpublic enum SearchOption
 Members
Members| Member name | Value | Description | |
|---|---|---|---|
| TopDirectoryOnly | 0 | Includes only the current directory in a search. | |
| AllDirectories | 1 | Includes the current directory and all the subdirectories in a search operation. This option includes reparse points like mounted drives and symbolic links in the search. | 
 See Also
See Also