Plumtree Portal UI  
 

PTOpenerLinks.GetOpenerURLCreateExt Method (Int32, Int32, String, Int32, Int32, AActivitySpace, String, String, String)

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.

public static string GetOpenerURLCreateExt(
   int _nClassID,
   int _nFolderID,
   string _strProvEngName,
   int _nDataSourceID,
   int _nWebServiceID,
   AActivitySpace _asOwner,
   string _strOverrideParentSpaceName,
   string _strOverrideParentSpaceID,
   string _strOptQSArgs
);

Parameters

_nClassID
The ClassID of the object to create.
_nFolderID
The folder to save the object in.
_strProvEngName
English Provider Name, NULL to exclude.
_nDataSourceID
Datasource ID for this object, -1 to exclude.
_nWebServiceID
WebService ID for this object, -1 to exclude.
_asOwner
AS to retrieve information from.
_strOverrideParentSpaceName
Alternative ParentSpaceName to use, NULL to exclude.
_strOverrideParentSpaceID
Alternative ParentSpaceID to use, NULL to exclude.
_strOptQSArgs
Additional arguments to add to the URL, NULL to exclude.

Return Value

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

See Also

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