SynchronizationInfoProviderDeleteSynchronizationInfo Method (Int32, Boolean) |
Deletes specified synchronization.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax public static void DeleteSynchronizationInfo(
int synchronizationId,
bool deleteTask = true
)
Parameters
- synchronizationId
- Type: SystemInt32
Synchronization id - deleteTask (Optional)
- Type: SystemBoolean
When true and after delete there are no synchronization records with same task left, the task will be deleted as well.
See Also