Skip to main content

IScmManager.GetEditPermission Method

Namespace: NextDesign.Desktop

Description

Acquires edit permission for the specified unit in the specified project.
If the specified project is not linked to the configuration management system, nothing will be done.

If the specified unit already has edit permission, it will not acquire permission and will be treated as successful.
You can determine whether the unit has acquired permission by checking the permission acquisition result object in the returned value.

Arguments

NameTypeDescription
projectIProjectProject
unitIModelUnitUnit to get permissions for

Return value

Exceptions

NameException classDescription
Invalid argumentExtensionArgumentExceptionWhen a unit outside the project management is specified as the unit to be obtained
Configuration management repository operation failedExtensionScmExceptionWhen configuration management repository operation failed