Uiinfrastructure API Docs  
 

OpenerLinks.GetOpenerURLOpenAS Method (String, Int32, AActivitySpace, String, String, String)

Returns an URL that opens the specified Activity Space. If you do not specify the mode to open the object in, the default mode for that class will be used. By default, the Application Base URL and User ID will be retrieved from the AS owner. If you want to use alternate values, or remove the User ID from the URL, you need to use the base GetOpenerURL method.

public static string GetOpenerURLOpenAS(
   string _strASName,
   int _nOpenerMode,
   AActivitySpace _asOwner,
   string _strOverrideParentSpaceName,
   string _strOverrideParentSpaceID,
   string _strOptQSArgs
);

Parameters

_strASName
Name of the Activity Space to open.
_nOpenerMode
Mode to open object in, use OpenerAs.INT_PARAM_EXCLUDEVALUE constan to exclude.
_asOwner
AS to retrieve information from.
_strOverrideParentSpaceName
Alternative ParentSpaceName to use, NULL to exclude.
_strOverrideParentSpaceID
Alternative ParentSpaceID to use, NULL to exclude.
_strOptQSArgs
Additional arguments to add to the URL, NULL to exclude.

Return Value

URL that opens the specified Activity Space.

See Also

OpenerLinks Class | com.plumtree.uiinfrastructure.opener Namespace | OpenerLinks.GetOpenerURLOpenAS Overload List