| ObjectVersionManagerDeleteOlderVersionsInternal Method  | 
            Deletes older object versions.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntaxprotected 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