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 files in the path. This parameter can contain a combination of valid literal path and wildcard characters (see EnumerateFiles(string, string, SearchOption)).

public string SearchPattern { get; set; }

Property Value

string