WebCenter Interaction API  
 

IPTSessionInfo.AddPersonalSetting Method (String, Single)

Adds a preference for the current user. This information is not cached, but rather is persisted immediately.

void AddPersonalSetting(
   string strPersonalSetting,
   float fValue
);

Parameters

strPersonalSetting
- The name of the preference to set.
fValue
- The value to associated with the above preference.

See Also

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