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
Name | Type | Description |
---|---|---|
project | IProject | Project |
unit | IModelUnit | Unit to get permissions for |
Return value
Exceptions
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When a unit outside the project management is specified as the unit to be obtained |
Configuration management repository operation failed | ExtensionScmException | When configuration management repository operation failed |