| ObjectVersionManagerChangePreviousVersionsObjectIDInternal Method | 
            Changes object ID for the previous object versions during object restore.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
 Syntax
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
See Also