WebCenter Interaction API  
 

IPTSessionInfo.LookupSessionPreferences Method (String[], Boolean)

This method looks up session preferences set for the current user. If bCSPEncode is true, the pref name will be CSP encoded before it's looked up; also, pref name and values will be CSP decoded before they're put into the array.

string[][] LookupSessionPreferences(
   string[] astrPreferenceNames,
   bool bCSPEncode
);

Parameters

astrPreferenceNames
bCSPEncode
Whether or not the pref names should be CSP encoded.

Return Value

An array of Name-Value Pairs of the preferences.

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace | IPTSessionInfo.LookupSessionPreferences Overload List