Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IPortletResponse.RemoveAllSettingValues Method 

Removes all settings of a specific type associated with this portlet from the portal.

void RemoveAllSettingValues(
   SettingType type
);

Parameters

type
{The type of settings to remove (Admin, Community, CommunityPortlet, Portlet, Session, or User).

Remarks

Note: UserInfo settings cannot be removed by a portlet.

Exceptions

Exception Type Condition
NotGatewayedException The request is not gatewayed.
ArgumentException The user tries to remove UserInfo settings.

See Also

IPortletResponse Interface | Plumtree.Remote.Portlet Namespace