Plumtree Portal UI  
 

TagDisplayElement.HasChildTags Method 

This method checks if the current tag has the requested tags as child tags. This does not check if they match the current tag, unlike HasChildElements.

public virtual bool HasChildTags(
   ITagMetaData[] _childTags,
   object[] _results,
   TagLibraryMetaData _library,
   int _nCurrentDepth
);

Parameters

_childTags
An array of ITagMetaData objects for each child tag to search for.
_results
An array of null Objects. After execution, child tags that have been found that will be replaced with Integer objects containing the positive depth of the child tag in the same location the tag is in the _ChildTags array.
_library
The Tag Library of the tags to look for.
_nCurrentDepth
The depth of the current tag.

Return Value

boolean implies that all of the Child Tags have been found.

See Also

TagDisplayElement Class | com.plumtree.portaluiinfrastructure.tags.displaytree Namespace