Click or drag to resize
TreeNodeTryGetValue Method
Obtains value of given column.

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

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemObject
Result value

Return Value

Type: Boolean
Returns true if the operation was successful (the value was present)

Implements

IDataContainerTryGetValue(String, Object)
IDataContainerTryGetValue(String, Object)
See Also