> ## 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.NewsFeed MarkAsHandledRequest

# <a id="SuperOffice_WebApi_Data_NewsFeed_MarkAsHandledRequest" /> Class NewsFeed\_MarkAsHandledRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[NewsFeed\_MarkAsHandledRequest](SuperOffice.WebApi.Data.NewsFeed_MarkAsHandledRequest.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_NewsFeed_MarkAsHandledRequest__ctor" /> NewsFeed\_MarkAsHandledRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_NewsFeed_MarkAsHandledRequest_NewsFeedItemId" /> NewsFeedItemId

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.NewsFeedAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.NewsFeedAgent.md)
- [SuperOffice.WebApi.Data.NewsFeed MarkAsReadRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeed_MarkAsReadRequest.md)
- [SuperOffice.WebApi.Data.NewsFeedItemStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeedItemStatus.md)
- [SuperOffice.WebApi.Data.NewsFeedItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeedItem.md)
- [SuperOffice.WebApi.Agents.INewsFeedAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.INewsFeedAgent.md)
- [SuperOffice.WebApi.Data.NewsFeed PostNewsFeedItemRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeed_PostNewsFeedItemRequest.md)
