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

# <a id="SuperOffice_WebApi_Data_LogEvent" /> Enum LogEvent

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

Log events
This Enum is used by:  target\_revision.log\_event

```csharp theme={null}
public enum LogEvent : short
```

## Fields

`Create = 1`

1: Create

`Delete = 3`

3: Delete

`Edit = 2`

2: Edit

`Lock = 4`

4: Lock

`None = 0`

0: None

`Unlock = 5`

5: Unlock


## Related topics

- [SuperOffice.WebApi.Data.TargetRevision](/en/api/reference/webapi/SuperOffice.WebApi.Data.TargetRevision.md)
- [SuperOffice.WebApi.Agents.DiagnosticsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DiagnosticsAgent.md)
- [SuperOffice.WebApi.Agents.IDiagnosticsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDiagnosticsAgent.md)
- [SuperOffice.WebApi.Data.EventData](/en/api/reference/webapi/SuperOffice.WebApi.Data.EventData.md)
- [SuperOffice.WebApi.Data.WorkflowEvent](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowEvent.md)
- [SuperOffice.WebApi.Data.ProjectEvent](/en/api/reference/webapi/SuperOffice.WebApi.Data.ProjectEvent.md)
