Oracle® Webcenter Interaction Development Kit 10.3.0.0.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 type of setting (Admin, Community, CommunityPortlet, Portlet, Session or User).

Exceptions

Exception Type Condition
NotGatewayedException The request is not gatewayed.

See Also

IPortletUser Interface | Plumtree.Remote.Portlet Namespace