Click or drag to resize
UserInfo.SetValue Method
Overload List
  NameDescription
Public methodSetValue(String, Object)
Sets the field value (first look into CMS_User if the field is not found, set into CMS_UserSettings).
(Overrides AbstractInfoBase<TInfo>.SetValue(String, Object).)
Public methodSetValue(String, Object, Boolean)
Sets the object value to the nullable column.
(Inherited from BaseInfo.)
Public methodSetValue(String, Object, Object)
Sets the object value to the nullable column.
(Inherited from BaseInfo.)
Top
See Also