CMSOutputResourceSetValue Method |
Sets the value of a column.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax 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:
Booleantrue, if value was successfully retrieved, otherwise false
Implements
ISimpleDataContainerSetValue(String, Object)See Also