ObjectVersionManagerRollbackVersion Method |
Rollbacks object to specified version.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax public static int RollbackVersion(
int versionId,
bool processChilds = false,
bool createNewVersion = true
)
Parameters
- versionId
- Type: SystemInt32
Version ID - processChilds (Optional)
- Type: SystemBoolean
Indicates if child data should be roll-backed - createNewVersion (Optional)
- Type: SystemBoolean
If true, new version after rollback is created
Return Value
Type:
Int32See Also