Table of Contents

Enum SearchOption

Namespace
CMS.IO
Assembly
CMS.IO.dll

Enum of options for IO search capabilities.

public enum SearchOption
Extension Methods

Fields

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.

TopDirectoryOnly = 0

Includes only the current directory in a search.