Click or drag to resize
CMSStagingTasksPageAddEventLog Method
Adds message to event log object and updates event type.

Namespace: CMS.Synchronization.Web.UI
Assembly: CMS.Synchronization.Web.UI (in CMS.Synchronization.Web.UI.dll) Version: 12.0.0
Syntax
C#
protected void AddEventLog(
	string logMessage
)

Parameters

logMessage
Type: SystemString
Message to log
See Also