Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IPortletResponse.SetTitle Method 

Sets this portlet's title in the portlet title bar on the portal page.

void SetTitle(
   string title
);

Parameters

title
The title to be displayed for the portlet.

Remarks

If this method is not used, the portlet title bar will display the default name of the portlet set by the administrator. Note: This method can only be called once per page.

Exceptions

Exception Type Condition
NotGatewayedException The request is not gatewayed.
ProtocolNotSupportedException Used with a version of the portal that does not support this feature.
InvalidOperationException The method is called more than once per page.

See Also

IPortletResponse Interface | Plumtree.Remote.Portlet Namespace