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

# <a id="SuperOffice_WebApi_Data_TaskListItemType" /> Enum TaskListItemType

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

Task List Item Type
This Enum is used by:  TaskMenu.taskType

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

## Fields

`CrmScript = 2`

2: Crm Script

`None = 0`

0: None

`SoProtocol = 3`

3: SoProtocol

`Url = 1`

1: Url


## Related topics

- [SuperOffice.WebApi.Data.TaskMenu](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskMenu.md)
- [SuperOffice.WebApi.Data.TaskListItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskListItem.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [SuperOffice.WebApi.Data.Appointment GetTaskListItemsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_GetTaskListItemsRequest.md)
- [SuperOffice.WebApi.Agents.ListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ListAgent.md)
- [SuperOffice.WebApi.Agents.IListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IListAgent.md)
