CMSOutputResourceTryGetValue Method |
Attempts to retrieve a value of a column.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public bool TryGetValue(
string columnName,
out Object value
)
Parameters
- columnName
- Type: SystemString
Name of the column - value
- Type: SystemObject
If successful, this object will stored the retrieved value
Return Value
Type:
Booleantrue, if object was successfully retrieved, otherwise false
Implements
IDataContainerTryGetValue(String, Object)See Also