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

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
public static void DeleteIntegrationSyncLogInfo(
	int logId
)

Parameters

logId
Type: SystemInt32
Integration synchronization log ID
See Also