Click or drag to resize
IntegrationSyncLogInfoProviderDeleteIntegrationSyncLogs Method
Deletes integration synchronization log specified by task and connector identifiers.

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

Parameters

synchronizationId
Type: SystemInt32
Synchronization identifier
See Also