Kentico 9.0 API Reference
Kentico 9.0 API Reference
Namespaces
CMS.Base
AbstractSimpleDataContainer(TObject) Class
AbstractSimpleDataContainer(TObject) Methods
GetValue Method
RegisterColumn Method
RegisterColumns Method
SetValue Method
TryGetValue Method
AbstractSimpleDataContainer
TObject
SetValue Method
Sets the object value.
Namespace:
CMS.Base
Assembly:
CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
Copy
public
virtual
bool
SetValue
(
string
columnName
,
Object
value
)
Parameters
columnName
Type:
System
String
Column name
value
Type:
System
Object
New value
Return Value
Type:
Boolean
Implements
ISimpleDataContainer
SetValue(String, Object)
See Also
Reference
AbstractSimpleDataContainer
TObject
Class
CMS.Base Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com