Plumtree Portal UI  
 

IDisplayElement.HasParentElement Method 

This method searches for a parent tag of the current tag.

int HasParentElement(
   ITagMetaData _parentTag,
   TagLibraryMetaData _library
);

Parameters

_parentTag
_library
The Tag Library of the tag to look for.

Return Value

int 0 implies the parent tag was not found and a positive integer implies that the parent tag was found n levels above the current tag.

See Also

IDisplayElement Interface | com.plumtree.portaluiinfrastructure.tags.displaytree Namespace