IScmManager.ReleaseAllEditPermissions Method
Namespace: NextDesign.Desktop
Description
Releases the editing permissions for all units in the specified project.
If the profile is unitized, the units in the profile are also targeted.
If the specified project is not linked to the configuration management system, nothing is done.
The units for which permissions were released and the units for which permissions were not released can be identified by checking the returned permission acquisition result object.
Arguments
Name | Type | Description |
---|---|---|
project | IProject | Project |
Return Values
Exceptions
Name | Exception Class | Description |
---|---|---|
Illegal Operation | ExtensionInvalidOperationException | If the project contains added, deleted, or replaced units |
Configuration Management Repository Operation Failed | ExtensionScmException | If the configuration management repository operation failed |
Annotation
If the project contains added or deleted units, calling this method will fail.
Commit the changes with CommitProject(), or discard the changes to the entire project with RevertProject().