Click or drag to resize
IntegrationSyncLogInfoProviderSetIntegrationSyncLogInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified integration synchronization log.

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

Parameters

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