Uiinfrastructure API Docs  
 

IWebData.RequireNonEmptyBody Method 

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

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

See Also

IWebData Interface | com.plumtree.uiinfrastructure.activityspace Namespace