Click or drag to resize
SynchronizationInfoProviderGetSynchronizationInfo Method

Note: This API is now obsolete.

Returns the SynchronizationInfo structure for the specified synchronization.

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

Parameters

synchronizationId
Type: SystemInt32
Synchronization id

Return Value

Type: SynchronizationInfo
See Also