ObjVerExRollback Method
Rolls back the object to a previous version, adding optional comment.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public void Rollback(
int version,
string comment = null
)
Parameters
- version Int32
- The version to rollback to.
- comment String (Optional)
- The version comment for the rollback.