Click or drag to resize
AbstractUserControlEvalReturnType Method (String)
Templated Eval, returns the value converted to specific type.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public virtual ReturnType Eval<ReturnType>(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Type Parameters

ReturnType
Result type

Return Value

Type: ReturnType
See Also