Skip to main content

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

NameTypeDescription
projectIProjectProject

Return Values

Exceptions

NameException ClassDescription
Illegal OperationExtensionInvalidOperationExceptionIf the project contains added, deleted, or replaced units
Configuration Management Repository Operation FailedExtensionScmExceptionIf 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().