Table of Contents

Property SearchPattern

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

SearchPattern

Gets or sets the search string used to match against the names of subdirectories in the path. This parameter can contain a combination of valid literal path and wildcard characters (see EnumerateDirectories(string, string, SearchOption)).

public string SearchPattern { get; set; }

Property Value

string