Click or drag to resize
IntegrationSyncLogInfoProviderSetIntegrationSyncLogInfo Method
Sets (updates or inserts) specified integration synchronization log.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static void SetIntegrationSyncLogInfo(
	IntegrationSyncLogInfo logObj
)

Parameters

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