Aqualogic Interaction API  
 

IPTMyPortal.LookupSessionPreference Method 

This method looks up a preference set for the current user.

string[][] LookupSessionPreference(
   string strSessionPreferenceName
);

Parameters

strSessionPreferenceName
is the name of the preference to look up.

Return Value

An array of Name-Value Pairs of the preferences.

See Also

IPTMyPortal Interface | com.plumtree.server Namespace