Merge(Project,String,String,Int32,Int32) Method
In This Topic
Unites project revisions. Used for change tracking.
Syntax
Parameters
| Parameter Name | Description |
|---|
| oProj | Project to unite revisions |
| strRevisionName | Name of the new united project revision |
| strComment | Comment of the new united project revision (optional) |
| nProjectRevisionIndexFrom | Project revision index to start with unification. Corresponds to index of project property PROJ_REVISION_LOG_NAME which holds revision names. |
| nProjectRevisionIndexTo | Project revision index to end with unification. Corresponds to index of project property PROJ_REVISION_LOG_NAME which holds revision names. |
Exceptions
See Also