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

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Associates" /> Class UserPreferenceStrings.Associates

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

Associate preferences like which radiobutton did I select the last time I used this dialog/control
or which item did I select last time I used this dropdownlist

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

#### Inheritance

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

Home country of associate if it differ from company

<p />

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Associates_AssocSubListWeb" /> AssocSubListWeb

Preference used to remember what sublist in the associate selector that was last used
Value -2    = All users
Value -1    = History
Value > 0   = Id of department
<p />Control type: Number, access: crm

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Associates_DontAskAgainDeleteDialog" /> DontAskAgainDeleteDialog

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Associates_DontAskAgainEmailInvitationDialog" /> DontAskAgainEmailInvitationDialog

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Associates_DontAskAgainRelationDialog" /> DontAskAgainRelationDialog

```csharp theme={null}
public const string DontAskAgainRelationDialog = "DontAskAgainRelationDlg"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Associates_DontAskAgainUdefPage1" /> DontAskAgainUdefPage1

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Associates_FirstLoginSession" /> FirstLoginSession

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Associates_ResourceSubListWeb" /> ResourceSubListWeb

Preference used to remember the setup/state of the Filter dialog
Value -2    = All resources
Value -1    = History
Value > 0   = Id of resource heading
<p />Control type: Number, access: crm

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

#### Field Value

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

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

Section heading

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

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.Mail](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Mail.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Sorting](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Sorting.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Filter](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Filter.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.NetServices](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.NetServices.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.DiaryView](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.DiaryView.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.MDOList](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.MDOList.md)
