Plumtree Portal UI  
 

AppDataObject.GetAppDataObject Method (Int32, Int32, Int32, String, AActivitySpace, Boolean)

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 iCommunityID,
   int iPageID,
   int iGWParams,
   string strHostPageURI,
   AActivitySpace asOwner,
   bool bResolveSecureBase
);

Parameters

iCommunityID
iPageID
iGWParams
strHostPageURI
asOwner
bResolveSecureBase

Return Value

See Also

AppDataObject Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace | AppDataObject.GetAppDataObject Overload List