Click or drag to resize
EditableItemsTryGetValue Method
Tries to get the value of specific column.

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
Column name
value
Type: SystemObject
Returns value

Return Value

Type: Boolean

Implements

IDataContainerTryGetValue(String, Object)
See Also