CMSAbstractWebPartLogEval Method |
Logs the evaluation of the given column to the debug
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax 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