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

# <a id="SuperOffice_WebApi_Data_QuickFilterInfo" /> Class QuickFilterInfo

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

Carrier object for QuickFilterInfo.
Info associated with quick filter

```csharp theme={null}
public class QuickFilterInfo
```

#### Inheritance

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

#### Inherited Members

[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_QuickFilterInfo__ctor" /> QuickFilterInfo()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_QuickFilterInfo_DashboardId" /> DashboardId

The dashboard this filter is associated with

```csharp theme={null}
public virtual int DashboardId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_QuickFilterInfo_Provider" /> Provider

The archive provider for the restrictions

```csharp theme={null}
public virtual string Provider { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuickFilterInfo_Restriction" /> Restriction

Restrictions associated with this filter

```csharp theme={null}
public virtual ArchiveRestrictionInfo Restriction { get; set; }
```

#### Property Value

[ArchiveRestrictionInfo](SuperOffice.WebApi.Data.ArchiveRestrictionInfo.md)

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.Dash SaveDashQuickFiltersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_SaveDashQuickFiltersRequest.md)
- [SuperOffice.WebApi.Agents.IDashAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDashAgent.md)
- [SuperOffice.WebApi.Agents.DashAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DashAgent.md)
- [SuperOffice.WebApi.Data.Dash GetDashQuickFiltersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_GetDashQuickFiltersRequest.md)
- [SuperOffice.WebApi.Data.Dash GetPossibleDashQuickFiltersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_GetPossibleDashQuickFiltersRequest.md)
- [SuperOffice.WebApi.Data.QuickReply](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuickReply.md)
