SearchOption enumeration

SearchOption enumeration

Specifies whether to search the current folder, or the current folder and all subfolders.

The SearchOption type exposes the following members:

Fields

Field Description
TOP_FOLDER_ONLY Includes only the current folder in a search.
ALL_FOLDERS Includes the current folder and all the subfolders in a search.

See Also