Click or drag to resize
IntegrationSyncLogInfoProviderGetIntegrationSyncLogInfoInternal Method
Returns integration synchronization log with specified ID.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected virtual IntegrationSyncLogInfo GetIntegrationSyncLogInfoInternal(
	int logId
)

Parameters

logId
Type: SystemInt32
Integration synchronization log ID

Return Value

Type: IntegrationSyncLogInfo
See Also