Interface ITopicsRead
An interface that provides a collection of topic IDs to mark as read.
Namespace: Unity.Cloud.Annotation
Syntax
public interface ITopicsRead
Properties
TopicIds
Returns the IDs of the topics to delete.
Declaration
IEnumerable<Guid> TopicIds { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Guid> | The IDs of the topics to delete. |