Documentation
GETDESCENDANT
usage
<GETDESCENDANT>
<element ID="number"/>
</GETDESCENDANT>
paramètres
ID: unique identifier of the element
retourne
<RESULTS/>
Retreives all the descendants of an element, within the same module : children, grand-children, etc.
It allows to get all the elements in a structure (a website, a presentation), in a flat list.
exemples
<GETDESCENDANT>
<MEDIA ID="2"/>
</GETDESCENDANT>