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

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_MiniPanel" /> Class UserPreferenceStrings.MiniPanel

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

Preference keys for the mini panel.

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

#### Inheritance

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

If the minipanel is not locked, the userpref is empty.
If locked, the preference contains the soprotocol for the locked view.

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

#### Field Value

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

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

Section heading

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

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.AdminImportRules](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.AdminImportRules.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.SuperMode](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.SuperMode.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Functions](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Functions.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.AI](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.AI.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.PocketSection](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.PocketSection.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Visual](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Visual.md)
