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

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