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

# <a id="SuperOffice_WebApi_Data_AssociateSourceType" /> Enum AssociateSourceType

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

Describes what source the associates should be retrieved from.
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum AssociateSourceType
```

## Fields

`All = 7`

7: Enumeration generated from the wsdl doesn't handle the \[Flags] attribute (bit enumeration)

`Department = 4`

4: Associate is retrieved from the department (usergroup) list

`DiaryViewList = 2`

2: Associate is retrieved from the diary view list

`History = 1`

1: Associate is retrieved from the history list

`UndefinedValue8 = 8`

8: Undefined and generated value 8

`Unknown = 0`

0: Unknown - used when initializing
