PathCantHaveRegex
A list of regular expressions to limit the files that are retrieved by the connector. If the full path of a folder matches any of the regular expressions, the folder is ignored. If a folder is ignored, all of its subfolders are also ignored. You can specify a comma-separated list of regular expressions, or use numbered parameters (PathCantHaveRegex0
, PathCantHaveRegex1
, and so on).
Type: | String (regular expression) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | PathCantHaveRegex0=.*photos.*
|
See Also: |