Click or drag to resize
ObjectVersionManager.DeleteOlderVersions Method
Deletes older object versions.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static void DeleteOlderVersions(
	string objectType,
	int objectId,
	string siteName
)

Parameters

objectType
Type: System.String
Object type
objectId
Type: System.Int32
Object ID
siteName
Type: System.String
Object site name
See Also