Returns an IPortlet object that represents a new Portlet instance in the portal.
an object representing the new Portlet instance; the client must call IPortlet.Save() to save the Portlet instance in the portal.
Note: This Portlet will not be created in the portal until the IPortlet.Save() method is called.
| Exception Type | Condition |
|---|---|
| NoSuchObjectException | if there is no object with the specified ID |
| HttpException | if the query interface URL is not valid |
| PortalException | if the operation resulted in an error on the portal |
IPortletManager Interface | Plumtree.Remote.PRC Namespace