Plumtree Portal UI  
 

PTOpenerLinks.GetOpenerURLOpenObjID 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. Opening by ClassID/ObjectID pair is the simplest way. 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. Additionally, the ParentSpace Name and ID will also be placed onto the URL and these too will be retrieved from the A aS. If you want to change the location of the Parent or remove it from the URL, you can use the overloaded method of the same name.

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. Opening by ClassID/ObjectID pair is the simplest way. 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. Additionally, the ParentSpace Name and ID will also be placed onto the URL and these too will be retrieved from the A aS. If you want to change the location of the Parent or remove it from the URL, you can use the overloaded method of the same name.

public static string GetOpenerURLOpenObjID(int,int,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. Opening by ClassID/ObjectID pair is the simplest way. 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 GetOpenerURLOpenObjID(int,int,int,AActivitySpace,string,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. Opening by ClassID/ObjectID pair is the simplest way. 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. Additionally, the ParentSpace Name and ID will also be placed onto the URL and these too will be retrieved from the A aS. If you want to change the location of the Parent or remove it from the URL, you can use the overloaded method of the same name.

public static string GetOpenerURLOpenObjID(int,int,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. Opening by ClassID/ObjectID pair is the simplest way. 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 GetOpenerURLOpenObjID(int,int,string,int,AActivitySpace,string,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. Opening by ClassID/ObjectID pair is the simplest way. 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 GetOpenerURLOpenObjID(int,int,string,int,string,int);

See Also

PTOpenerLinks Class | com.plumtree.portaluiinfrastructure.opener Namespace