Uiinfrastructure API Docs  
 

IConfigHelper.GetApplicationBaseURLToAS Method 

JF- Returns the Application URL according to the URL Mapping and determines the security according to the space name in argument.

string GetApplicationBaseURLToAS(
   string _sNormalizedBaseURL,
   string _sASName,
   bool _bIsSubSpace
);

Parameters

_sNormalizedBaseURL
Normalized Base URL from the AActivity Space. (or ConfigHelper.GetNormalizedBaseURL).
_sASName
Name of the destination Activity Space
_bIsSubSpace
Is the target AS a sub space?

Return Value

String

See Also

IConfigHelper Interface | com.plumtree.uiinfrastructure.helpers Namespace