Click or drag to resize
SynchronizationHelper.LogObjectChange Method (BaseInfo, TaskTypeEnum, Boolean)
Logs object change.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
public static void LogObjectChange(
	BaseInfo infoObj,
	TaskTypeEnum taskType,
	bool runAsync
)

Parameters

infoObj
Type: CMS.DataEngine.BaseInfo
Object to log
taskType
Type: CMS.DataEngine.TaskTypeEnum
Type of the task
runAsync
Type: System.Boolean
If true, the change log should run asynchronously
See Also