Click or drag to resize
CMSOutputResourceTryGetValue Method
Attempts to retrieve a value of a column.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
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: Boolean
true, if object was successfully retrieved, otherwise false

Implements

IDataContainerTryGetValue(String, Object)
See Also