Click or drag to resize
AbstractUserControlEval Method (String, Boolean)
Evaluates the item data (safe version), with html encoding.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public virtual Object Eval(
	string columnName,
	bool encode
)

Parameters

columnName
Type: SystemString
Column name
encode
Type: SystemBoolean
If true the text is encoded

Return Value

Type: Object
See Also