Uiinfrastructure API Docs  
 

OpenerLinks.GetOpenerURL Method

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.

Overload List

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,int,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). 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,int,string,string);

See Also

OpenerLinks Class | com.plumtree.uiinfrastructure.opener Namespace