Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IPortletRequest.GetSettingCollection Method 

Returns a dictionary of all settings of the referenced setting type.

IDictionary GetSettingCollection(
   SettingType type
);

Parameters

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

Return Value

a dictionary of settings

Exceptions

Exception Type Condition
NotGatewayedException if the request is not gatewayed

See Also

IPortletRequest Interface | Plumtree.Remote.Portlet Namespace