| | WebCenter Interaction API | |
| IPTSessionInfo.AddPersonalSetting Method (String, String) |
Adds a preference for the current user. This information is not cached, but rather is persisted immediately.
void AddPersonalSetting(
string strPersonalSetting,
string strValue
);
Parameters
-
strPersonalSetting
- - The name of the preference to set.
-
strValue
- - The value to associated with the above preference.
See Also
IPTSessionInfo Interface | com.plumtree.server Namespace | IPTSessionInfo.AddPersonalSetting Overload List