FolderPathCantHaveRegex

A regular expression to restrict the folders that are processed by the connector. If the path 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 FolderPathCantHaveRegexToCrawl and FolderPathMustHaveRegexToCrawl.

Type: String (regular expression)
Default:  
Required: No
Configuration Section: TaskName or FetchTasks
Example: FolderPathCantHaveRegex=.*logos.*
See Also: