Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IPortletRequest.GetSettingCollection Method 

Returns a dictionary of all settings of the referenced setting type associated with this portlet.

IDictionary GetSettingCollection(
   SettingType type
);

Parameters

type
The type of setting (Admin, Community, CommunityPortlet, Portlet, Session, User, or UserInfo).

Return Value

a dictionary of settings.

Exceptions

Exception Type Condition
NotGatewayedException The request is not gatewayed.

See Also

IPortletRequest Interface | Plumtree.Remote.Portlet Namespace