Click or drag to resize
IntegrationSyncLogInfoProviderGetIntegrationSyncLogInfo Method

Note: This API is now obsolete.

Returns integration synchronization log with specified ID.

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

Parameters

logId
Type: SystemInt32
Integration synchronization log ID

Return Value

Type: IntegrationSyncLogInfo
See Also