> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.ArchiveBehaviour

# <a id="SuperOffice_WebApi_Data_ArchiveBehaviour" /> Enum ArchiveBehaviour

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

Behaviour in archives
This Enum is used by:  TaskMenu.archiveBehaviour
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum ArchiveBehaviour : short
```

## Fields

`InArchives = 1`

1: RightClick in archives

`MultiSelectInArchives = 2`

2: RightClick with multiselect in archives

`None = 0`

0: None
