|  | Aqualogic Interaction API | |
| IPTCommunityInfo.LookupPreference Method |
This method looks up a preference.
object[][] LookupPreference(
string
_strPreferenceName,
int
_nPortletID,
PT_PREF_TYPES _prefType);
Parameters
-
_strPreferenceName
- is the name of the preference to look up.
-
_nPortletID
- is the Portlet the preference is set on. Use 0 if the preference is not a portlet preference.
-
_prefType
- is the type of the preference. Use PT_PREF_TYPE.PT_PREFTYPE_CURRENT_USER if the preference is a preference for just this user. Use PT_PREF_TYPE.PT_PREFTYPE_ALL_USERS if the preference is a preference for all users.
Return Value
An array of Name-Value Pairs of the preferences.
See Also
IPTCommunityInfo Interface | com.plumtree.server Namespace