Uiinfrastructure API Docs  
 

ConfigHelper.GetApplicationBaseURLToAS Method 

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

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

ConfigHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace