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

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

Parameters

infoObj
Type: CMS.DataEngineBaseInfo
Object to log
taskType
Type: CMS.DataEngineTaskTypeEnum
Type of the task
runAsync
Type: SystemBoolean
If true, the change log should run asynchronously
See Also