Click or drag to resize
ObjectVersionManagerEnsureVersion Method
Creates object version for deleted object.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
public static ObjectVersionHistoryInfo EnsureVersion(
	GeneralizedInfo infoObj,
	bool getOriginalData = false
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
IInfo object instance
getOriginalData (Optional)
Type: SystemBoolean
Indicates if original object data should be obtained from database

Return Value

Type: ObjectVersionHistoryInfo
See Also