Click or drag to resize
CMSAbstractTransformationEvalInternal Method
Evaluates the expression on the available data

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected virtual bool EvalInternal(
	Object data,
	IHierarchicalObject obj,
	string columnName,
	ref Object value
)

Parameters

data
Type: SystemObject
Source data
obj
Type: CMS.BaseIHierarchicalObject
Object to use as a base within further selection
columnName
Type: SystemString
Column name or expression to get
value
Type: SystemObject
Returning value of the evaluation

Return Value

Type: Boolean
See Also