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

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