Uiinfrastructure API Docs  
 

WebData.IsBinaryData Method 

This method tells you whether or not the data on this object is binary. If it is binary, you can't add text data after the binary data.

public virtual bool IsBinaryData();

Return Value

boolean true implies binary data

See Also

WebData Class | com.plumtree.uiinfrastructure.activityspace Namespace