Uiinfrastructure API Docs  
 

IWebData.SetData Method

This method sets the HTMLElement as the data to be sent to the browser. The element should be an HTMLPage element in most cases - the only time that the element will not be an HTMLPage is when you want to display partial page content. Only one SetData method should be called.

Overload List

This method sets the HTMLElement as the data to be sent to the browser. The element should be an HTMLPage element in most cases - the only time that the element will not be an HTMLPage is when you want to display partial page content. Only one SetData method should be called.

void SetData(HTMLElement);

This method sets array of bytes as the data to be sent to the browser. Only one SetData method should be called.

void SetData(byte[]);

This method sets string as the data to be sent to the browser. Only one SetData method should be called.

void SetData(string);

See Also

IWebData Interface | com.plumtree.uiinfrastructure.activityspace Namespace