Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.Membership Namespaces
CMS.Membership
UserInfo Class
UserInfo Methods
SetValue Method
SetValue Method (String, Object)
UserInfo
SetValue 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: 12.0.0
Syntax
C#
Copy
public
override
bool
SetValue
(
string
columnName
,
Object
value
)
Parameters
columnName
Type:
System
String
Filed name
value
Type:
System
Object
Value to be saved
Return Value
Type:
Boolean
Implements
ISimpleDataContainer
SetValue(String, Object)
ISearchable
SetValue(String, Object)
ISimpleDataContainer
SetValue(String, Object)
See Also
Reference
UserInfo Class
SetValue Overload
CMS.Membership Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com