Click or drag to resize
IntegrationSynchronizationInfoProviderDeleteIntegrationSynchronizationInfo Method (IntegrationSynchronizationInfo)

Note: This API is now obsolete.

Deletes specified integration synchronization.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IIntegrationSynchronizationInfoProvider.Delete(IntegrationSynchronizationInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - IntegrationSynchronizationInfo.Provider.")]
public static void DeleteIntegrationSynchronizationInfo(
	IntegrationSynchronizationInfo synchronizationObj
)

Parameters

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