Gets and sets the search pattern used to determine which
files in the directory are uploaded.

C# |
public string SearchPattern { get; set; }

The search pattern used to deterimine which
files in the directory are uploaded.
The default value is "*", specifying that all files
in the directory will be uploaded.