Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IPortletUser.HasSettingsRight Method 

Returns a flag that indicates whether or not the current user has the right to change the specified setting type.

bool HasSettingsRight(
   SettingType settingType
);

Parameters

settingType
the setting type (e.g., Admin, Portlet, User)

Exceptions

Exception Type Condition
NotGatewayedException if the request is not gatewayed

See Also

IPortletUser Interface | Plumtree.Remote.Portlet Namespace