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

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Sorting" /> Class UserPreferenceStrings.Sorting

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

Sorting

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

#### Inheritance

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

Section heading

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Sorting_SortingAssociates" /> SortingAssociates

The display format and sort order of associates in lists (e.g. Last name, First name or First name Last name)
<p />Control type: List, access: Admin, Crm, Admin users, Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Sorting_SortingLists" /> SortingLists

The display format and sort order of items in lists (e.g. name or rank)
<p />Control type: List, access: Admin, Crm, Admin users, Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Sorting_SortingPersons" /> SortingPersons

The display format and sort order of contacts in lists (e.g. Last name, First name or First name Last name)
<p />Control type: List, access: Admin, Crm, Admin users, Wizard

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

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Person](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Person.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Project](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Project.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Quote](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Quote.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Sale](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Sale.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.ZFD](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.ZFD.md)
