Uiinfrastructure API Docs  
 

IWebData.SetIsHTMLText Method 

This method specifies whether the text data for this WebData object is HTML or not. This method is not relevant for binary data. Text data is assumed to be HTML by default.

void SetIsHTMLText(
   bool _bIsHTMLText
);

Parameters

_bIsHTMLText

See Also

IWebData Interface | com.plumtree.uiinfrastructure.activityspace Namespace