Uiinfrastructure API Docs  
 

ComponentMgr.GetComponentHTML Method (Int32)

Returns the HTML for the designated component.

public virtual HTMLElementCollection GetComponentHTML(
   int _nIndex
);

Parameters

_nIndex
The index 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