IScmManager.RevertProject Method
Namespace: NextDesign.Desktop
Description
Discards all changes to the specified project.
Nothing is done if there are no changes to the specified project.
Nothing is done if the specified project is not integrated with the configuration management system.
Arguments
Name | Type | Description |
---|---|---|
project | IProject | Project |
autoReload | bool | Automatically reload the project after discarding changes - If true is specified, the project is reloaded (default behavior). - If false is specified, the project in the working folder is only updated and the project is not reloaded. Note that if the specified project is not the current project, the autoReload specification is ignored. |
silent | bool | If true is specified, the progress bar will not display the progress. The default value is false. |
Return value
- void
Exception
Name | Exception class | Description |
---|---|---|
Configuration management repository operation failed | ExtensionScmException | If configuration management repository operation failed |