PathCrawlRegex
A regular expression that specifies the folders to search for files. The full path of a folder must match the regular expression, otherwise the folder and all of its subfolders are ignored.
| Type: | String (regular expression) |
| Default: | |
| Required: | No |
| Configuration Section: | TaskName or FetchTasks |
| Example: |
The following regular expression matches
You could include all subfolders of
|
| See Also: | PathNoCrawlRegex |