public void CreateComparisonProject( Project oProject, string strRevisionName, string strComment, bool bTemporary )
public: void CreateComparisonProject( Project^ oProject, String^ strRevisionName, String^ strComment, bool bTemporary )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | The project which will be copied as comparison project. |
| strRevisionName | Revision name. Full link file name of the copied project. |
| strComment | Comment on the created comparison project. |
| bTemporary | If set to true, the comparison project is marked as temporary (not read-only). |