FolderNameCantHaveRegex
A regular expression to restrict the folders that are processed by the connector. If the name of a folder matches the regular expression, the folder is ignored.
If a folder is excluded by this parameter, the connector still crawls its subfolders and checks their names against the regular expression. To exclude a folder and all of its subfolders, use the parameters FolderNameCantHaveRegexToCrawl and FolderNameMustHaveRegexToCrawl.
Type: | String (regular expression) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | FolderNameCantHaveRegex=.*logos.*
|
See Also: | FolderNameMustHaveRegex |