These constants identify the type of document access rights granted to individual users or groups.
Constant |
Value |
Description |
---|---|---|
egwARAllowDelete |
1 |
The user can delete the specified document versions. |
egwARAllowEdit |
2 |
The user can modify the specified document versions. |
egwARAllowView |
4 |
The user can view the specified document versions. |
egwARModifySecurity |
8 |
The user can modify the access rights of the owning document. |
egwARRevokeAllRights |
16 |
Revoke all user access rights. If set, the other bits are ignored. |
egwARAllowShare |
32 |
The user can share viewing of the specified document version. |