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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
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