> ## 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.UserPreferenceStrings.Filter

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Filter" /> Class UserPreferenceStrings.Filter

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

Filter (these are available only in PointyHairedBossMode in admin and thus cannot be easily edited)

```csharp theme={null}
public static class UserPreferenceStrings.Filter
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[UserPreferenceStrings.Filter](SuperOffice.WebApi.Data.UserPreferenceStrings.Filter.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)

## Fields

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Filter_All" /> All

Preference used to remember the setup/state of the Filter dialog
<p />Control type: Bool, access: Wizard

```csharp theme={null}
public const string All = "All"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Filter_Associate" /> Associate

Preference used to remember the setup/state of the Filter dialog
<p />Control type: Text, access: Wizard

```csharp theme={null}
public const string Associate = "Associate"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Filter_DaysAfter" /> DaysAfter

Preference used to remember the setup/state of the Filter dialog
<p />Control type: Number, access: Wizard

```csharp theme={null}
public const string DaysAfter = "DaysAfter"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Filter_DaysBefore" /> DaysBefore

Preference used to remember the setup/state of the Filter dialog
<p />Control type: Number, access: Wizard

```csharp theme={null}
public const string DaysBefore = "DaysBefore"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Filter_Group" /> Group

Preference used to remember the setup/state of the Filter dialog
<p />Control type: Text, access: Wizard

```csharp theme={null}
public const string Group = "Group"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Filter_NumAssociates" /> NumAssociates

Preference used to remember the setup/state of the Filter dialog
<p />Control type: Number, access: Wizard

```csharp theme={null}
public const string NumAssociates = "NumAssociates"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Filter_NumGroups" /> NumGroups

Preference used to remember the setup/state of the Filter dialog
<p />Control type: Number, access: Wizard

```csharp theme={null}
public const string NumGroups = "NumGroups"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Filter_Section" /> Section

Section heading

```csharp theme={null}
public const string Section = "Filter"
```

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.FilterDialog](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.FilterDialog.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.SaleFilterDialog](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.SaleFilterDialog.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Visual](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Visual.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Functions](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Functions.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Associates](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Associates.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.DiaryView](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.DiaryView.md)
