Returns an IPortlet object that represents an existing Portlet instance.
the IPortlet instance being queried
Any changes made to the Portlet instance will not take effect in the portal until the IPortlet.Save() method is called.
| Exception Type | Condition |
|---|---|
| NoSuchObjectException | if there is no Portlet 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