html.traversalSkip
| Syntax |
html.traversalSkip (adr)
|
| Params |
adr is the object database address of an object in a website.
|
| Action |
Determines whether or not this object should be skipped when traversing a website looking for pages.
|
| Returns |
True if the object should be skipped, false otherwise.
|
| Examples |
html.traversalSkip (@websites.samples) » false
html.traversalSkip (@websites.samples.randomStuff)
html.traversalSkip (@websites.samples.["#images"])
|
| Notes |
Any object preceded by a # symbol should be skipped. Objects named glossary, images, or tools should also be skipped. Note that the modern naming for these tables is #glossary, #images, and #tools, but some older sites may lack the leading # character for these tables.
|