Plumtree Portal UI  
 

TagHelper Constructor 

Constructor for the TagHelper. This object should only be created by the tag framework.

public TagHelper(
   object[][] _attributeObjXML,
   IDisplayElement _tagBody,
   ATag _Tag
);

Parameters

_attributeObjXML
The XML data that describes this tag and its attributes.
_tagBody
The child display element of this tag in the display tree. May be null.
_Tag
The current tag.

See Also

TagHelper Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace