Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IPortletResponse.RemoveSettingValue Method 

Removes a setting from the portal.

void RemoveSettingValue(
   SettingType type,
   string name
);

Parameters

type
The type of setting to remove (Admin, Community, CommunityPortlet, Portlet, Session, or User).
name
The name of the setting to remove.

Remarks

This method replaces the Remove*Setting() method in the 3.5 GDK. 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 a UserInfo setting.

See Also

IPortletResponse Interface | Plumtree.Remote.Portlet Namespace