Plumtree Portal UI  
 

IAppDataObjectFactory.GetAppDataObject Method

Return GetAppDataObject(int iCommunityID, int iPageID, int iGWParams, String strHostPageURI, AActivitySpace asOwner, boolean bResolveSecureBase) with the default value of bResolveSecureBase set to true.

Overload List

Return GetAppDataObject(int iCommunityID, int iPageID, int iGWParams, String strHostPageURI, AActivitySpace asOwner, boolean bResolveSecureBase) with the default value of bResolveSecureBase set to true.

IPTState GetAppDataObject(int,int,int,string,AActivitySpace);

Returns the app data state object. This function is used by the gateway directly. The bResolveSecureBase specifies that in security mode 3 the method should resolve strSecureAppBaseURL by passing it to PTConfigHelper.GetApplicationBaseURL or not

IPTState GetAppDataObject(int,int,int,string,AActivitySpace,bool);

 

IPTState GetAppDataObject(int,int,string,AActivitySpace);

 

IPTState GetAppDataObject(int,int,string,AActivitySpace,bool);

See Also

IAppDataObjectFactory Interface | com.plumtree.portaluiinfrastructure.helpers Namespace