Click or drag to resize
IntegrationSynchronizationInfoProviderDeleteIntegrationSynchronizationInfoInternal Method
Deletes specified integration synchronization. Deletes also task if deleted synchronization is the last one.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteIntegrationSynchronizationInfoInternal(
	IntegrationSynchronizationInfo synchronizationObj
)

Parameters

synchronizationObj
Type: CMS.SynchronizationIntegrationSynchronizationInfo
Integration synchronization to be deleted
See Also