Click or drag to resize
EnumDataContainerTryGetValue Method
Returns the value of given enumeration item.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public bool TryGetValue(
	string columnName,
	out Object value
)

Parameters

columnName
Type: SystemString
Name of the item
value
Type: SystemObject
Value

Return Value

Type: Boolean

Implements

IDataContainerTryGetValue(String, Object)
See Also