| ObjectVersionManagerRollbackVersion Method  | 
            Rollbacks object to specified version.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntaxpublic 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: 
Int32
See Also