Documentation
GETPARENT
usage
<GETPARENT type="text">
<element ID="number"/>
</GETPARENT>
paramètres
ID: the unique identifier of the object
type: the dependency type which links the object to its children
retourne
<RESULTS/>
You wish to find the parent of an element
You have an element and want to find the element(s) which has(have) a dependency of a certain type to this element.
exemples
<GETPARENT type="mediaNavigation">
<MEDIA ID="25"/>
</GETPARENT>
<GETPARENT type="contactWork">
<CONTACT ID="1857"/>
</GETPARENT>