Uiinfrastructure API Docs  
 

ComponentMgr.GetComponentHTML Method (String)

Returns the HTML for the designated component.

public virtual HTMLElementCollection GetComponentHTML(
   string _strUniqueInstanceID
);

Parameters

_strUniqueInstanceID
The unique instance ID by which to identify the component.

Return Value

The HTML for the component itself.

See Also

ComponentMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace | ComponentMgr.GetComponentHTML Overload List