Uiinfrastructure API Docs  
 

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

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). This is the base GetOpenerURL method. You will need to provide the Application Base URL and the User ID, as well as any other information that you want to add to the URL, such as the ParentSpace arguments. Nothing else is added to the URL, you must specify all arguments using the QSArgs argument.

public static string GetOpenerURL(
   string _strQSArgs,
   int _nOpenerMode,
   string _strApplicationBaseURL,
   string _strUserID
);

Parameters

_strQSArgs
Arguments to use for opening the object.
_nOpenerMode
Mode to open object in, use OpenerAs.INT_PARAM_EXCLUDEVALUE constan to exclude.
_strApplicationBaseURL
The Application Base URL.
_strUserID
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.GetOpenerURL Overload List