Show TOC

Committing a ProjectLocate this document in the navigation structure

Context

You use this procedure to save all the changes that you have made in your project.

Procedure

  • If you want to make the saved version of your project as the active version, then set the second parameter of commit as true.
                      project.commit(rulesets , true); 
                   
  • If you want to keep the saved version of your project, but do not want to work with it, then set the second parameter of commit as false.
                      project.commit(rulesets , false);