Table of Contents

Class FileSearchOptions

Namespace
Homa.Sdk.Foundation
Assembly
Homa.Sdk.Foundation.dll

Search options for search operations in IFileSystem implementation.

public sealed class FileSearchOptions
Inheritance
FileSearchOptions
Inherited Members

Properties

IncludeSubdirectories

Should search only in the specified directory or should it include subdirectories as well.

public bool IncludeSubdirectories { get; set; }

Property Value

bool

Pattern

Pattern for file name matching.

public string Pattern { get; set; }

Property Value

string