Click or drag to resize
ObjectVersionHistoryInfoProviderSetVersionHistoryInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified object version history.

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

Parameters

historyObj
Type: CMS.SynchronizationObjectVersionHistoryInfo
Object version history to be set
See Also