CMSAbstractTransformationEvalColumnInternal Method |
Evaluates the data column
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax protected virtual bool EvalColumnInternal(
Object data,
string columnName,
ref Object value
)
Parameters
- data
- Type: SystemObject
Source data - columnName
- Type: SystemString
Column name or expression to get - value
- Type: SystemObject
Returning value of the evaluation
Return Value
Type:
BooleanSee Also