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

# <a id="SuperOffice_WebApi_Data_NewsFeed_MarkAsReadRequest" /> Class NewsFeed\_MarkAsReadRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_NewsFeed_MarkAsReadRequest_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 MarkAsHandledRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeed_MarkAsHandledRequest.md)
- [SuperOffice.WebApi.Data.EMail MarkAsReadRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_MarkAsReadRequest.md)
- [SuperOffice.WebApi.Data.NewsFeedItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeedItem.md)
- [SuperOffice.WebApi.Data.NewsFeed PostNewsFeedItemRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeed_PostNewsFeedItemRequest.md)
- [SuperOffice.WebApi.Data.NewsFeed GetNewsFeedItemsByIdRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeed_GetNewsFeedItemsByIdRequest.md)
