The FolderCantHaveRegex
parameter restricts the content that is retrieved by the connector. If the path of a folder matches the regular expression, the folder and its subfolders are not retrieved.
The following example causes the connector to ignore any folders with paths that end with the word Folder. If a folder matches this criteria, the folders inside it are not retrieved, even if their paths do not end with the word Folder.
Type: | Regular Expression |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | FolderCantHaveRegex=.*Folder
|
See Also: |
|