Interface ICommentsRead
An interface that provides a collection of IDs to be marked as read.
Namespace: Unity.Cloud.Annotation
Syntax
public interface ICommentsRead
Properties
CommentIds
Returns the collection of comment IDs to be marked as read.
Declaration
IEnumerable<Guid> CommentIds { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Guid> | The collection of comment IDs to be marked as read. |