| ObjectVersionManagerChangePreviousVersionsObjectIDInternal Method  | 
            Changes object ID for the previous object versions during object restore.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntaxprotected virtual void ChangePreviousVersionsObjectIDInternal(
	string objectType,
	int originalVersionId,
	int newVersionId
)
Parameters
- objectType
 - Type: SystemString
Object type - originalVersionId
 - Type: SystemInt32
Original object version ID - newVersionId
 - Type: SystemInt32
New object version ID 
See Also