Click or drag to resize
ObjectVersionHistoryInfoProviderSetVersionHistoryInfoInternal Method
Sets (updates or inserts) specified object version history.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetVersionHistoryInfoInternal(
	ObjectVersionHistoryInfo historyObj
)

Parameters

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