|  | Aqualogic Interaction API | |
| IPTSessionInfo.LookupPreferences Method |
This method looks up preferences set for the current user. The preference can be for a specific portlet or not.
object[][] LookupPreferences(
string[] astrPreferenceNames,
int nPortletID
);
Parameters
-
astrPreferenceNames
- is an array of the names of preferences to look up.
-
nPortletID
- is the Portlet the preference is set on. Use 0 if the preference is not a portlet preference.
Return Value
An array of Name-Value Pairs of the preferences.
See Also
IPTSessionInfo Interface | com.plumtree.server Namespace