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