Uiinfrastructure API Docs  
 

HTMLElement.Display Method (IXPResponse, Boolean)

Call this method to display this object's HTML to an IXPResponse object.

public virtual void Display(
   IXPResponse response,
   bool bFormat
);

Parameters

response
Pass an IXPResponse object.
bFormat
Pass a boolean indicating whether or not you wish this element's HTML to be formatted.

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace | HTMLElement.Display Overload List