IScmManager.ReleaseEditPermissions Method
Namespace: NextDesign.Desktop
Description
Releases the edit permissions for the specified unit in the specified project.
Nothing will be done if the specified project is not linked to the configuration management system.
Specified units that do not have edit permissions will not be released and will be treated as successful.
You can identify which units were able to release permissions and which were not able to release permissions by checking the permission acquisition result object in the returned value.
Arguments
Name | Type | Description |
---|---|---|
project | IProject | Project |
units | IEnumerable<IModelUnit> | Units to release permissions for |
Return value
Exceptions
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When a unit not managed by the project is specified as the unit to be released |
Invalid operation | ExtensionInvalidOperationException | When a unit that has been added, deleted, or replaced in the project is included in the unit to be released |
Configuration management repository operation failed | ExtensionScmException | When configuration management repository operation failed |
Annotation
If the units to be released include units that have been added or removed from the project, calling this method will fail.
Permit the changes with CommitProject(), or discard the changes to the entire project with RevertProject().