Creates a link in this Portlet's gateway space.
A gatewayed URL for this Portlet, the specified Community, and the specified URL.
Note: This method will fail if the Portlet is new and has not been saved (if the Portlet was obtained by a call to CreatePortletInstance()
and Save()
has not been called).
IPortlet portlet = ... String gatewayLink = portlet.CreateGatewayLink(communityID, "http://www.google.com");
Exception Type | Condition |
---|---|
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. |
IPortletBase Interface | Plumtree.Remote.PRC Namespace