IScmManager.GetAllEditPermissions Method
Namespace: NextDesign.Desktop
Description
Gets edit permissions for all units in the specified project.
If the profile is unitized, the units in the profile are also included.
If the specified project is not linked to the configuration management system, nothing is done.
The units for which permissions were obtained and the units for which permissions were not obtained can be identified by checking the permission acquisition result object in the returned value.
Arguments
Name | Type | Description |
---|---|---|
project | IProject | Project |
Return value
Exceptions
Name | Exception class | Description |
---|---|---|
Configuration management repository operation failed | ExtensionScmException | If configuration management repository operation failed |