Plumtree Portal UI  
 

AppDataObject.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.

public static 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

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

 

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

 

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

See Also

AppDataObject Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace