> ## 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.ViewState UpsertRecentNavigationRequest

# <a id="SuperOffice_WebApi_Data_ViewState_UpsertRecentNavigationRequest" /> Class ViewState\_UpsertRecentNavigationRequest

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

```csharp theme={null}
public class ViewState_UpsertRecentNavigationRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[ViewState\_UpsertRecentNavigationRequest](SuperOffice.WebApi.Data.ViewState_UpsertRecentNavigationRequest.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)

## Constructors

### <a id="SuperOffice_WebApi_Data_ViewState_UpsertRecentNavigationRequest__ctor" /> ViewState\_UpsertRecentNavigationRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_ViewState_UpsertRecentNavigationRequest_Client" /> Client

```csharp theme={null}
public string Client { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ViewState_UpsertRecentNavigationRequest_Elements" /> Elements

```csharp theme={null}
public NavigationElement[] Elements { get; set; }
```

#### Property Value

[NavigationElement](SuperOffice.WebApi.Data.NavigationElement.md)\[]


## Related topics

- [Agent API changes in 12.3](/release-notes/12/api/12.3.2570-update.md)
- [SuperOffice.WebApi.Agents.ViewStateAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ViewStateAgent.md)
- [SuperOffice.WebApi.Data.ViewState DeleteHistoryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_DeleteHistoryRequest.md)
- [SuperOffice.WebApi.Data.ViewState GetCurrentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_GetCurrentRequest.md)
- [SuperOffice.WebApi.Data.ViewState GetHistoriesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_GetHistoriesRequest.md)
- [SuperOffice.WebApi.Data.ViewState SaveCurrentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_SaveCurrentRequest.md)
