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

# <a id="SuperOffice_WebApi_Data_TicketCategoryDelegateMethod" /> Enum TicketCategoryDelegateMethod

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

The delegate method used for request assigned to this category
This Enum is used by:  ej\_category.delegate\_method

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

## Fields

`Even = 1`

1: Delegate request even among the members of the category

`Not = 4`

4: Do not delegate request. Instead set them as unassigned

`Unfair = 3`

3: The user with the least active request will be delegated the request

`Unknown = 0`

0: The delegate method is unknown, should normally not occure in the database

`Weighted = 2`

2: Use weights on each member of the category when delegating requests


## Related topics

- [SuperOffice.WebApi.Data.TicketCategoryEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketCategoryEntity.md)
- [SuperOffice.WebApi.Data.TicketCategoryFlags](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketCategoryFlags.md)
- [SuperOffice.WebApi.Data.TicketAlertAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketAlertAction.md)
- [SuperOffice.WebApi.Data.TicketPriorityEscalationLevelEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketPriorityEscalationLevelEntity.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.TicketCategory](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketCategory.md)
