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

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

Parameters

columnName
Type: SystemString
Column name
colsCount
Type: SystemInt32
Number of available columns in the database

Implements

IDataControlLogEval(String, Int32)
See Also