Class CommentsRead
Provides a collection of IDs to mark as read.
Inherited Members
Namespace: Unity.Cloud.Annotation
Syntax
public class CommentsRead : ICommentsRead
Properties
CommentIds
Returns the collection of comment IDs to mark as read.
Declaration
public IEnumerable<Guid> CommentIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Guid> | The collection of comment IDs to mark as read. |