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

# <a id="SuperOffice_WebApi_Data_ViewState_DeleteHistoryRequest" /> Class ViewState\_DeleteHistoryRequest

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

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

#### Inheritance

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

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

## Properties

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ViewState_DeleteHistoryRequest_Id" /> Id

```csharp theme={null}
public int Id { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.ViewStateAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ViewStateAgent.md)
- [SuperOffice.WebApi.Data.ViewState SaveHistoriesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_SaveHistoriesRequest.md)
- [SuperOffice.WebApi.Data.ViewState GetHistoriesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_GetHistoriesRequest.md)
- [SuperOffice.WebApi.Data.ViewState GetHistoriesByNamesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_GetHistoriesByNamesRequest.md)
- [SuperOffice.WebApi.Data.ViewState GetHistoriesByNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_GetHistoriesByNameRequest.md)
- [SuperOffice.WebApi.Data.ViewState GetHistoriesByNamesAndIdsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_GetHistoriesByNamesAndIdsRequest.md)
