PathNoCrawlRegex

A regular expression that specifies the folders to ignore. The connector ignores any folders where the full path matches the regular expression. If a folder is ignored, all of its subfolders are also ignored.

Type: String (regular expression)
Default:  
Required: No
Configuration Section: TaskName or FetchTasks
Example:

The following example ignores the folder /folder/noindex/ and all of its subfolders.

PathNoCrawlRegex=\/folder\/noindex\/

See Also: PathCrawlRegex