Click or drag to resize
SynchronizationInfoProviderSetSynchronizationInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified synchronization.

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

Parameters

synchronization
Type: CMS.SynchronizationSynchronizationInfo
Synchronization to set
See Also