Click or drag to resize
CMSStagingTasksPageAddErrorLog Method (String, String)
Adds the log error.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected void AddErrorLog(
	string newLog,
	string errorMessage
)

Parameters

newLog
Type: SystemString
New log information
errorMessage
Type: SystemString
Error message
See Also