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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.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