Uiinfrastructure API Docs  
 

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

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. This method takes in optional QS arguments. Therefore no arguments (i.e. ParentSpaceName/ParentSpaceID), etc will be set for you. You must specify all arguments using the QSArgs argument.

public static string GetOpenerURLOpenAS(
   string _strASName,
   string _strOptQSArgs,
   int _nOpenerMode,
   string _strApplicationBaseURL,
   int _nUserID
);

Parameters

_strASName
Name of the Activity Space to open.
_strOptQSArgs
Arguments to use for opening the object, NULL to exclude.
_nOpenerMode
Mode to open object in, use OpenerAs.INT_PARAM_EXCLUDEVALUE constant to exclude.
_strApplicationBaseURL
The Application Base URL.
_nUserID
User ID to append to the URL, use OpenerAs.INT_PARAM_EXCLUDEVALUE constant to exclude.

Return Value

URL that opens the specified object, generically.

See Also

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