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

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected virtual IntegrationSynchronizationInfo GetIntegrationSynchronizationInfoInternal(
	int synchronizationId
)

Parameters

synchronizationId
Type: SystemInt32
Integration synchronization ID

Return Value

Type: IntegrationSynchronizationInfo
See Also