Deletes the synchronization info record.
When serverId is specified, the siteId parameter is ignored. When siteId is specified
and serverId is 0 method deletes records that belongs to all servers that are assigned to given site.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- taskId
- Type: System Int32
Task ID
- serverId
- Type: System Int32
Server ID
- siteId
- Type: System Int32
Site ID
- deleteTask (Optional)
- Type: System Boolean
When true and after delete there are no synchronization records with same task left, the task will be deleted as well.
See Also