A bit-wise mask number specifying the types of link the connector follows. You can create the number by adding together the following values as required:
1 | Follow frame links. |
2 | Follow href links. |
4 | Follow location.href links. |
8 | Follow http-equiv links. |
16 | Follow standard link definitions, such as anchor tags and the custom links defined by NavLinkDefStartCSVs and NavLinkDefEndCSVs . |
128 | Follow links that are in comments. |
To follow all links use the default value.
Type: | Long |
Default: | 268435455 |
Required: | No |
Configuration Section: | TaskName or Default |
Example: | NavLinksToFollow=10
|
See Also: |
|