| | WebCenter Interaction API | |
| IPTSessionInfo.AddSessionPreference Method (String, String) |
Adds a session preference for the current user. This information is cached and not persisted to the database.
bool AddSessionPreference(
string strSessionPreference,
string strValue
);
Parameters
-
strSessionPreference
- - The name of the preference to set.
-
strValue
- - The value to associated with the above preference.
Return Value
False if the preference was not set due to session pref memory limits, true otherwise
See Also
IPTSessionInfo Interface | com.plumtree.server Namespace | IPTSessionInfo.AddSessionPreference Overload List