SynchronizationInfoProviderDeleteSynchronizationInfo Method (SynchronizationInfo, Boolean) |
Note: This API is now obsolete.
Namespace: CMS.Synchronization
[ObsoleteAttribute("Use ISynchronizationInfoProvider.Delete(SynchronizationInfo) instead. To indicate whether empty parent task is to be deleted, use the SynchronizationInfo.DeleteEmptyParentTask(bool) method. To get an instance of the interface's implementation, use dependency injection or access the instance directly - SynchronizationInfo.Provider.")] public static void DeleteSynchronizationInfo( SynchronizationInfo synchronizationObj, bool deleteTask = true )