Click or drag to resize
CMSOutputResourceSetValue Method
Sets the value of a column.

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

Parameters

columnName
Type: SystemString
Name of the column
value
Type: SystemObject
The value to set

Return Value

Type: Boolean
true, if value was successfully retrieved, otherwise false

Implements

ISimpleDataContainerSetValue(String, Object)
See Also