Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IPortletResponse.ReturnToPortal Method 

Redirects the user to the portal page on which they started.

void ReturnToPortal();

Remarks

This method is usually used when a user has clicked through to a Preferences page and clicks "Done" or "Cancel." Note: This method will end the processing of the page and immediately redirect the user back to the portal page.

Exceptions

Exception Type Condition
NotGatewayedException The request is not gatewayed.

See Also

IPortletResponse Interface | Plumtree.Remote.Portlet Namespace