AddRevisionMarkersForDeletedInRevisionProject(Project,Project,String) Method
In This Topic
Adds the revision markers of all deleted objects in the Comparison project. Note: The Comparison project has to be writable.
Syntax
Parameters
- oComparisonProject
- The Comparison project to which the markers for deleted objects will be added.
- oProject
- The project containing the comparison results.
- strRevisionMarker
- Text for the marker.
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
when adding revision
markers. |
See Also