IEditPermissionResult interface
Namespace: NextDesign.Desktop
Description
Result information object when requesting to obtain/release editing privileges.
Affiliation area
Name | Description |
---|---|
Team Development | A group of APIs that provide operations for working with configuration management systems for team development. |
Property
Name | Description |
---|---|
EditableUnits | List of units for which edit permissions have been obtained Units other than the requested unit under project management, and Also includes deleted (integrated) units. It also includes newly added (split) units that have not been committed to the repository. |
FailUnits | List of units for which edit privilege operation failed Even if the operation API is called for a single unit, the result Information is returned in collections. You can check from this list which units already have edit privileges by other users when you acquire edit privileges. |
Operation | request content |
SuccessUnits | List of units that succeeded in editing permission operation Even if the operation API is called for a single unit, the result Information is returned in collections. |
UneditableUnits | List of units for which edit permission has not been obtained Including units other than the requested unit under project management will be |