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

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetIntegrationSyncLogInfoInternal(
	IntegrationSyncLogInfo logObj
)

Parameters

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