Click or drag to resize
UserInfoSetValue Method (String, Object)
Sets the field value (first look into CMS_User if the field is not found, set into CMS_UserSettings).

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
public override bool SetValue(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
Filed name
value
Type: SystemObject
Value to be saved

Return Value

Type: Boolean

Implements

ISimpleDataContainerSetValue(String, Object)
ISearchableSetValue(String, Object)
ISimpleDataContainerSetValue(String, Object)
See Also