IEditPermissionResult Interface
Namespace: NextDesign.Desktop
Description
This is the result information object when requesting to acquire/release editing permissions.
Belonging area
Name | Description |
---|---|
Team Collaboration | A group of APIs that provide collaboration operations with configuration management systems for team development. |
Property
Name | Description |
---|---|
EditableUnits | A list of units for which editing permissions have been acquired This includes units other than the requested units under project management, and deleted (merged) units. It also includes units that have been newly added (split) and not committed to the repository. |
FailUnits | List of units for which the edit permission operation failed Even if the operation API is called for a single unit, the result information is returned as a collection. When you try to obtain edit permission, you can check this list for units for which edit permission has already been obtained by another user. |
Operation | Request content |
SuccessUnits | List of units for which the edit permission operation was successful Even if the operation API is called for a single unit, the result information is returned as a collection. |
UneditableUnits | List of units for which edit permission could not be obtained It also includes units other than the requested units under project management. |