> ## 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 GetCurrentRequest

# <a id="SuperOffice_WebApi_Data_ViewState_GetCurrentRequest" /> Class ViewState\_GetCurrentRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_ViewState_GetCurrentRequest_HistoryName" /> HistoryName

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.ViewState GetNextCurrentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_GetNextCurrentRequest.md)
- [SuperOffice.WebApi.Data.ViewState GetPreviousCurrentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_GetPreviousCurrentRequest.md)
- [SuperOffice.WebApi.Data.ViewState SaveCurrentsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_SaveCurrentsRequest.md)
- [SuperOffice.WebApi.Data.ViewState SaveCurrentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_SaveCurrentRequest.md)
- [SuperOffice.WebApi.Agents.ViewStateAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ViewStateAgent.md)
- [SuperOffice.WebApi.Data.ViewState GetHistoriesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_GetHistoriesRequest.md)
