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

# <a id="SuperOffice_WebApi_Data_TaskDirection" /> Enum TaskDirection

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

Value for field 'direction' in table 'task'. Controls icons used in GUI
This Enum is used by:  Task.direction

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

## Fields

`Incoming = 1`

1: The task is sent in to SuperOffice CRM 5

`Outgoing = 2`

2: The task is sent out from SuperOffice CRM 5

`SaintAll = 3`

3: All' choice for Saint. This is NOT an acceptable value for a task definition, but is used by the Saint system for indexing all directions

`Unknown = 0`

0: Unknown - used when initializing


## Related topics

- [SuperOffice.WebApi.Data.TaskListItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskListItem.md)
- [SuperOffice.WebApi.Data.DocTmplDirection](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocTmplDirection.md)
- [SuperOffice.WebApi.Data.DocumentTemplate](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentTemplate.md)
- [SuperOffice.WebApi.Data.ArchiveOrderByInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.ArchiveOrderByInfo.md)
- [SuperOffice.WebApi.Data.DocumentTemplateEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentTemplateEntity.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
