Plumtree Tags API  
 

RelatedChildTag Class

This class provides programmatic access to the tag meta data for related child tags.

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. The related child tag must be in the same library as 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.

For a list of all members of this type, see RelatedChildTag Members.

System.Object
   com.plumtree.portaluiinfrastructure.tags.metadata.ARelatedTag
      com.plumtree.portaluiinfrastructure.tags.metadata.RelatedChildTag

public class RelatedChildTag : ARelatedTag

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.tags.metadata

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

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