Skip to main content

IEditPermissionResult Interface

Namespace: NextDesign.Desktop

Description

This is the result information object when requesting to acquire/release editing permissions.

Belonging area

NameDescription
Team CollaborationA group of APIs that provide collaboration operations with configuration management systems for team development.

Property

NameDescription
EditableUnitsA 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.
FailUnitsList 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.
OperationRequest content
SuccessUnitsList 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.
UneditableUnitsList of units for which edit permission could not be obtained
It also includes units other than the requested units under project management.