CMSOutputResourceGetValue Method |
Gets the value of a column.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public Object GetValue(
string columnName
)
Parameters
- columnName
- Type: SystemString
Name of the column
Return Value
Type:
ObjectThe value in a column
Implements
ISimpleDataContainerGetValue(String)See Also