SynchronizationHelper LogObjectChange Method (String, Int32, DateTime, TaskTypeEnum, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32)Kentico 8.0 API Reference
Logs the synchronization for specified group of objects.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

objectTypes
Type: OnlineSystem String
Object types (list of object type constants separated by semicolon)
objectsSiteId
Type: OnlineSystem Int32
Objects site ID
modifiedFrom
Type: OnlineSystem DateTime
Time from which the objects were modified
taskType
Type: CMS.DataEngine TaskTypeEnum
Task type
logStaging
Type: OnlineSystem Boolean
Indicates if the staging task should be logged
logIntegration
Type: OnlineSystem Boolean
Indicates if the integration task should be logged
logExport
Type: OnlineSystem Boolean
Indicates if the export task should be logged
createVersion
Type: OnlineSystem Boolean
Indicates if the version should be created
runAsync
Type: OnlineSystem Boolean
Indicates if the logging should be asynchronous
siteId
Type: OnlineSystem Int32
Site ID for synchronization
serverId
Type: OnlineSystem Int32
Server ID for synchronization

Return Value

Type: OnlineList ISynchronizationTask 
See Also