Click or drag to resize
SynchronizationHelperEnsureObjectVersion Method
Ensure object version if not existing.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static void EnsureObjectVersion(
	BaseInfo infoObj
)

Parameters

infoObj
Type: CMS.DataEngineBaseInfo
Object which version should be ensured
See Also