> ## 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.SystemEventScope

# <a id="SuperOffice_WebApi_Data_SystemEventScope" /> Enum SystemEventScope

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

Value for field 'scope' in table 'systemevent'.

```csharp theme={null}
public enum SystemEventScope
```

## Fields

`Database = 2`

2: Value valid for this database

`Group = 3`

3: Value valid for this group

`SystemWide = 1`

1: Value valid for all databases under this licence

`Undefined = 0`

0: Undefined value (error)

`User = 4`

4: Value valid for this user


## Related topics

- [SuperOffice.WebApi.Data.SystemEventEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.SystemEventEntity.md)
- [SuperOffice.WebApi.Data.Configuration ExistsSystemEventRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_ExistsSystemEventRequest.md)
- [SuperOffice.WebApi.Data.UserDefinedFieldInfo SetPublishStartSystemEventRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserDefinedFieldInfo_SetPublishStartSystemEventRequest.md)
- [SuperOffice.WebApi.Data.EventHandlerType](/en/api/reference/webapi/SuperOffice.WebApi.Data.EventHandlerType.md)
- [SuperOffice.WebApi.Data.EventData](/en/api/reference/webapi/SuperOffice.WebApi.Data.EventData.md)
- [SuperOffice.WebApi.Agents.IConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IConfigurationAgent.md)
