Plumtree Tags API  
 

RelatedChildTag Constructor 

Creates a new related child tag meta data object.

Tag classes need to have one public static final RelatedChildTag member variable for every related RelatedChildTag that should be in the documentation for this tag.

Specifying related tags is simply a convenience to tell users of the main tag that it is designed to work with the child tag. Any tag can be used inside any other tag, regardless of whether or not it is specified as a related child tag.
public RelatedChildTag(
   ITagMetaData _TagData
);

Parameters

_TagData
The related child tag data

See Also

RelatedChildTag Class | com.plumtree.portaluiinfrastructure.tags.metadata Namespace