> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.ETableRight

# <a id="SuperOffice_WebApi_Data_ETableRight" /> Enum ETableRight

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Table right is a combination of bits representing permissions on a row.
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum ETableRight
```

## Fields

`Delete = 8`

8: The user is allowed to delete this row.

`F = 16`

16: just Filtering

`FI = 20`

20: Filtering and Insert (Anonymous)

`FULL = 15`

15: Select, Update, Insert, Delete - no restrictions

`Filtering = 16`

16: A flag used to indicate that some fields may be hidden.

`Insert = 4`

4: The user is allowed to add new rows to the table.

`None = 0`

0: The row should be hidden from the user.

`R = 1`

1: Select only

`RF = 17`

17: Select or Filter

`RI = 5`

5: Select and Insert (Anonymous)

`RestrictedUpdate = 32`

32: A hint flag used to indicate that some fields may not be updateable, even though the user has update access to the row.

`Select = 1`

1: The user is allowed to see the row.

`UDR = 11`

11: Select, Update, Delete

`UR = 3`

3: Select or Update

`URI = 7`

7: Select, Update, Insert

`Uninitialized = 128`

128: Magic value to indicate not

`Unused1 = 64`

64: Unused value only present for serializatrion purposes

`Update = 2`

2: The user is allowed to modify the values in this row.


## Related topics

- [SuperOffice.WebApi.Data.TableRight](/en/api/reference/webapi/SuperOffice.WebApi.Data.TableRight.md)
- [SuperOffice.WebApi.Data.PocketStartupData](/en/api/reference/webapi/SuperOffice.WebApi.Data.PocketStartupData.md)
- [SuperOffice.WebApi.Data.Sentry GetNewTableRightRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sentry_GetNewTableRightRequest.md)
- [SuperOffice.WebApi.Data.Sentry GetTableRightByOwnershipRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sentry_GetTableRightByOwnershipRequest.md)
- [SuperOffice.WebApi.Data.Sentry GetTableRightByContactOwnershipRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sentry_GetTableRightByContactOwnershipRequest.md)
- [SuperOffice.WebApi.Data.Carrier](/en/api/reference/webapi/SuperOffice.WebApi.Data.Carrier.md)
