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

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Selection" /> Class UserPreferenceStrings.Selection

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

Selection

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

#### Inheritance

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

Preference used to remember the last member type of selection - contact, sale, project, appointment, document
<p />Control type: Number, access: Crm

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Selection_LastUsedSelectionType" /> LastUsedSelectionType

Preference used to remember the last type of selection - Static or Dynamic
<p />Control type: Number, access: Crm

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Selection_LastUsedSelectionUnionType" /> LastUsedSelectionUnionType

Preference used to remember the last member type of selection - contact, sale, project, appointment, document
<p />Control type: Number, access: Crm

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

#### Field Value

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

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

Section heading

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Selection_SkipCompletedSelections" /> SkipCompletedSelections

Set to true to skip completed selections when searching or stepping in selections.

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Selection_TypicalSearchVersionNumberPrefix" /> TypicalSearchVersionNumberPrefix

Set to true to skip completed selections when searching or stepping in selections.

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

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.System](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.System.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Defaults](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Defaults.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Functions](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Functions.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.ToolTips](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.ToolTips.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.SuperMode](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.SuperMode.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.md)
