Returns an IPortletTemplate object that represents a new Portlet Template in the portal.
an object representing the new Portlet Template; the object will not be saved in the portal until IPortletTemplate.Save() is called.
Note: This Portlet Template will not be created in the portal until the IPortletTemplate.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 |
IPortletTemplateManager Interface | Plumtree.Remote.PRC Namespace