Click or drag to resize
IntegrationSynchronizationInfoProviderDeleteIntegrationSynchronizationInfo Method (Int32)
Deletes integration synchronization with specified ID.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static void DeleteIntegrationSynchronizationInfo(
	int synchronizationId
)

Parameters

synchronizationId
Type: SystemInt32
Integration synchronization ID
See Also