Use this parameter to specify the strings that the URL of a page must not contain for the connector to process the page. Use the parameter NavDirCheck
to specify how and when the connector checks for these strings.
Multiple strings must be separated by commas (with no space before or after a comma). You can use wildcards in the strings that you specify.
In the following example, the connector checks a page's URLs for case-insensitive matches for the strings archive or test (as part of a word or a whole word). If the URL contains one of these strings, the page is not processed.
Type: | String |
Default: | 0 |
Required: | No |
Configuration Section: | TaskName or Default |
Example: | NavDirDisallowCSVs=*archive*,*test*
|
See Also: | NavDirCheck |
|