children

All children of this presentation tag sorted alphabetically by name, or an empty list if there is an error loading the children.

Type: java.util.List<PresentationTag>

Example usage

To get all the subtags:

${myPresentationTag.children}

To get one particular subtag:

${myPresentationTag.children[index]}

where index is the index of the subtag you want.