FileMustHaveRegex

A regular expression to choose the files to process. The name of a file must match the regular expression, otherwise it is ignored.

Type: String (regular expression)
Default:  
Required: No
Configuration Section: TaskName or FetchTasks
Example:

To retrieve only PDF files:

FileMustHaveRegex=.*\.pdf

See Also: FileCantHaveRegex