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

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

Parameters

objectType
Type: SystemString
Object type
objectId
Type: SystemInt32
Object ID
siteName
Type: SystemString
Object site name
See Also