Click or drag to resize
IDataControlLogEval Method
Logs the evaluation of the given column to the debug

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
void LogEval(
	string columnName,
	int colsCount
)

Parameters

columnName
Type: SystemString
Column name
colsCount
Type: SystemInt32
Total number of available columns
See Also