Aqualogic Interaction API  
 

IPTSessionInfo.LookupSessionPreferences Method

This method looks up session preferences set for the current user.

Overload List

This method looks up session preferences set for the current user.

string[][] LookupSessionPreferences(string[]);

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[],bool);

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace