SynchronizationHelperLogObjectChange Method (BaseInfo, TaskTypeEnum, Boolean) |
Logs object change.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax 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