Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IPortletResponse.RemoveAllSettingValues Method 

Removes all settings of a specific type from the portal.

void RemoveAllSettingValues(
   SettingType type
);

Parameters

type
The type of settings to remove (e.g., Admin, Portlet, 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