Uiinfrastructure API Docs  
 

WebData Constructor 

Creates a new WebData object. This should only be created by the Interpreter.

public WebData(
   IXPResponse _response,
   string _strImageBaseURL,
   int _nSecurityMode,
   bool _isSecure,
   BrowserType _ptBrowserType
);

Parameters

_response
IXPResponse assigned to the member variable m_xpResponse
_strImageBaseURL
String assigned to the member variable m_strImageBaseURL
_nSecurityMode
int assigned to the member variable _nSecurityMode
_isSecure
boolean assigned to the member variable m_bIsSecure
_ptBrowserType
BrowserType assigned to the member variable m_ptBrowserType

See Also

WebData Class | com.plumtree.uiinfrastructure.activityspace Namespace