Click or drag to resize
IntegrationSyncLogInfoProviderDeleteIntegrationSyncLogInfo Method (IntegrationSyncLogInfo)

Note: This API is now obsolete.

Deletes specified integration synchronization log.

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

Parameters

logObj
Type: CMS.SynchronizationIntegrationSyncLogInfo
Integration synchronization log to be deleted
See Also