RemoveRevisionMarkers(Project) Method
In This Topic
Removes revision markers from a project
Syntax
public void RemoveRevisionMarkers(
Project
)
public:
void RemoveRevisionMarkers(
Project^
)
Parameters
- oProject
- The project in which the markers will be removed.
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 removing
revision markers. |
See Also