IEditPermissionResult.Operation property
Namespace: NextDesign.Desktop
Description
Request content
string Operation { get; }
Type
- string
Annotation
The range of values that can be obtained is as follows.
- "GetAllEditPermissions": Gets edit permissions for all units in the specified project
- "GetEditPermission": Gets edit permissions for the specified unit in the specified project
- "GetEditPermissions": Gets edit permissions for all units in the specified project
- "ReleaseAllEditPermissions": Releases edit permissions for all units in the specified project
- "ReleaseEditPermission": Releases edit permissions for the specified unit in the specified project
- "ReleaseEditPermissions": Releases edit permissions for all units in the specified project