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

# <a id="SuperOffice_WebApi_Data_Configuration" /> Class Configuration

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

Carrier object for Configuration.
This service supports fetching of client interface configuration data. Client configuration data include Application configuration, which defines how an application is composed out of pages; and page configuration that defines how a page is built out of panels, cards, views and controls. \<para/> Separate access points also exist for fetching object mappings and filter lists.

```csharp theme={null}
public class Configuration : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[Configuration](SuperOffice.WebApi.Data.Configuration.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[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)

## Constructors

### <a id="SuperOffice_WebApi_Data_Configuration__ctor" /> Configuration()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public Configuration()
```

## See Also

[ConfigurationAgent](SuperOffice.WebApi.Agents.ConfigurationAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.Configuration ClearConfigurationCacheRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_ClearConfigurationCacheRequest.md)
- [SuperOffice.WebApi.Data.Configuration GetAnyConfigurationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetAnyConfigurationRequest.md)
- [SuperOffice.WebApi.Data.Configuration GetApplicationConfigurationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetApplicationConfigurationRequest.md)
- [SuperOffice.WebApi.Data.Configuration GetPageConfigurationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetPageConfigurationRequest.md)
- [SuperOffice.WebApi.Data.Configuration GetRefreshedPageConfigurationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetRefreshedPageConfigurationRequest.md)
- [SuperOffice.WebApi.Data.Configuration GetScreenConfigurationDeltaRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetScreenConfigurationDeltaRequest.md)
