Plumtree Portal UI  
 

PTOpenerLinks.GetOpenerURLCreate Method (Int32, Int32, AActivitySpace)

Returns an URL that brings you to the location for creating an object of the specified class type. The object will be saved in specified folder. 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 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 GetOpenerURLCreate(
   int _nClassID,
   int _nFolderID,
   AActivitySpace _asOwner
);

Parameters

_nClassID
The ClassID of the object to create.
_nFolderID
The folder to save the object in.
_asOwner
AS to retrieve information from.

Return Value

URL that brings you to the location for creating an object.

See Also

PTOpenerLinks Class | com.plumtree.portaluiinfrastructure.opener Namespace | PTOpenerLinks.GetOpenerURLCreate Overload List