Uiinfrastructure API Docs  
 

WebData.RequireNonEmptyBody Method 

This method determines if WebData object will throw an exception in case of sending an empty body of not.

public virtual bool RequireNonEmptyBody(
   bool bRequireNonEmptyBody
);

Parameters

bRequireNonEmptyBody
- TRUE if you want WebData object to throw an exception in case of sending an emptry body, FALSE otherwise.

Return Value

previous value of the flag

Implements

IWebData.RequireNonEmptyBody

See Also

WebData Class | com.plumtree.uiinfrastructure.activityspace Namespace