FolderNameMustHaveRegex
A regular expression to restrict the folders that are processed by the connector. The name of a folder must match the regular expression, otherwise 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: | FolderNameMustHaveRegex=.*sports.*
|
See Also: | FolderNameCantHaveRegex |