Plumtree Portal UI  
 

PlumtreeHelpers.MakeCreateObjectLink Method (Int32, String, Int32, String, AActivitySpace, String, Boolean)

Makes a simple link that creates an object in the parent window - passing in the added arguments. This version of the function defaults to create mode

public static HTMLElement MakeCreateObjectLink(
   int nCLASSID,
   string strProviderCLSID,
   int nFolderID,
   string strLink,
   AActivitySpace asOwner,
   string strArgs,
   bool bCloseWindowOnExit
);

Parameters

nCLASSID
- The classID for the objecdt
strProviderCLSID
- If it is an extensibility object the CLSID
nFolderID
- The parent admin folder id
strLink
- The text for the anchor
asOwner
- The activity space owner
strArgs
- Optional querystring arguments
bCloseWindowOnExit
- Close the window on exit?

Return Value

HTMLElement

See Also

PlumtreeHelpers Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace | PlumtreeHelpers.MakeCreateObjectLink Overload List