Skip to main content

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

NameTypeDescription
projectIProjectProject
unitsIEnumerable<IModelUnit>Units to release permissions for

Return value

Exceptions

NameException classDescription
Invalid argumentExtensionArgumentExceptionWhen a unit not managed by the project is specified as the unit to be released
Invalid operationExtensionInvalidOperationExceptionWhen a unit that has been added, deleted, or replaced in the project is included in the unit to be released
Configuration management repository operation failedExtensionScmExceptionWhen 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().