Click or drag to resize
ObjectVersionManagerEnsureVersion Method
Ensures object version.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static ObjectVersionHistoryInfo EnsureVersion(
	GeneralizedInfo infoObj,
	bool deleted
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
IInfo object instance
deleted
Type: SystemBoolean
Indicates if the version should be ensured for the recycle bin

Return Value

Type: ObjectVersionHistoryInfo
See Also