Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.Helpers Namespaces
CMS.Helpers
CMSOutputResource Class
CMSOutputResource Methods
ContainsColumn Method
GetValue Method
SetValue Method
TryGetValue Method
CMSOutputResource
SetValue Method
Sets the value of a column.
Namespace:
CMS.Helpers
Assembly:
CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
Copy
public
bool
SetValue
(
string
columnName
,
Object
value
)
Parameters
columnName
Type:
System
String
Name of the column
value
Type:
System
Object
The value to set
Return Value
Type:
Boolean
true, if value was successfully retrieved, otherwise false
Implements
ISimpleDataContainer
SetValue(String, Object)
See Also
Reference
CMSOutputResource Class
CMS.Helpers Namespace
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com