Uiinfrastructure API Docs  
 

OpenerLinks.GetOpenerURL Method (String, Int32, AActivitySpace)

Returns an URL that opens the specified object. If you do not specify the mode to open the object in, the default mode for that class will be used. Note that you need to provide both the QS name and value pair in the QSArgs argument (the extended GetOpenerURLXXX methods do this for you automatically). 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. See the base GetOpenerURL method for what else is added to the URL.

public static string GetOpenerURL(
   string _strQSArgs,
   int _nOpenerMode,
   AActivitySpace _asOwner
);

Parameters

_strQSArgs
Arguments to use for opening the object.
_nOpenerMode
Mode to open object in, use OpenerAs.INT_PARAM_EXCLUDEVALUE constan to exclude.
_asOwner
AS to retrieve information from.

Return Value

URL that opens the specified object, generically.

See Also

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