CompleteProject(Project,String,String,String,Boolean) Method
                In This Topic
            
            Completes current revision of a project and can evaluate the project.
            
            
            Syntax
            
        
            Parameters
- oProjectToComplete
- A project to complete.
- strIndex
- New revision's name.
- strRevDescription
- New revision's description.
- strReasonOfChange
- Additional revision's description.
- bEvaluate
- do the evaluation before completing
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | Thrown in case of
                                    invalid parameters. | 
| ApplicationException | \Internal interface
                                       necessary for the
                                       revision management
                                       could not be created. | 
| BaseException | An error occurred,
                                during the action. | 
See Also