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 | There is no Portlet with the specified ID. |
HttpException | The query interface URL is not valid. |
PortalException | The operation resulted in an error in the portal. |
SoapException | There was a communication problem during the execution of the remote method call. |
IPortletManager Interface | Plumtree.Remote.PRC Namespace