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

# <a id="SuperOffice_WebApi_Data_ActivityFilter" /> Class ActivityFilter

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

Carrier object for ActivityFilter.
Activity list filter information.

```csharp theme={null}
public class ActivityFilter : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[ActivityFilter](SuperOffice.WebApi.Data.ActivityFilter.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_ActivityFilter__ctor" /> ActivityFilter()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public ActivityFilter()
```

## Properties

### <a id="SuperOffice_WebApi_Data_ActivityFilter_AssociateList" /> AssociateList

The list of associates to filter on

```csharp theme={null}
public virtual SelectableMDOListItem[] AssociateList { get; set; }
```

#### Property Value

[SelectableMDOListItem](SuperOffice.WebApi.Data.SelectableMDOListItem.md)\[]

### <a id="SuperOffice_WebApi_Data_ActivityFilter_FromDate" /> FromDate

The filtering From date

```csharp theme={null}
public virtual DateTime FromDate { get; set; }
```

#### Property Value

[DateTime](https://learn.microsoft.com/dotnet/api/system.datetime)

### <a id="SuperOffice_WebApi_Data_ActivityFilter_FutureDateList" /> FutureDateList

The list of future date selections. This is a static MDO list with standard values.

```csharp theme={null}
public virtual MDOListItem[] FutureDateList { get; set; }
```

#### Property Value

[MDOListItem](SuperOffice.WebApi.Data.MDOListItem.md)\[]

### <a id="SuperOffice_WebApi_Data_ActivityFilter_GroupList" /> GroupList

The list of groups to filter on

```csharp theme={null}
public virtual SelectableMDOListItem[] GroupList { get; set; }
```

#### Property Value

[SelectableMDOListItem](SuperOffice.WebApi.Data.SelectableMDOListItem.md)\[]

### <a id="SuperOffice_WebApi_Data_ActivityFilter_ToDate" /> ToDate

The filtering To date

```csharp theme={null}
public virtual DateTime ToDate { get; set; }
```

#### Property Value

[DateTime](https://learn.microsoft.com/dotnet/api/system.datetime)

## See Also

[ArchiveAgent](SuperOffice.WebApi.Agents.ArchiveAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.Archive SetActivityFilterRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_SetActivityFilterRequest.md)
- [SuperOffice.WebApi.Agents.ArchiveAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ArchiveAgent.md)
- [SuperOffice.WebApi.Agents.IArchiveAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IArchiveAgent.md)
- [SuperOffice.WebApi.Data.Archive GetActivityFilterRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetActivityFilterRequest.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Visual](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Visual.md)
- [SuperOffice.WebApi.Agents.IContactAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IContactAgent.md)
