Click or drag to resize
ObjectVersionManagerDeleteOlderVersionsInternal Method
Deletes older object versions.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteOlderVersionsInternal(
	string objectType,
	int objectId,
	int majorVersionHistoryLength,
	int minorVersionHistoryLength
)

Parameters

objectType
Type: SystemString
Object type
objectId
Type: SystemInt32
Object ID
majorVersionHistoryLength
Type: SystemInt32
Major versions history length to ensure
minorVersionHistoryLength
Type: SystemInt32
Minor versions history length to ensure
See Also