Class TopicDeletion
Provides the information necessary for deleting a topic and its comments.
Inherited Members
Namespace: Unity.Cloud.Annotation
Syntax
public class TopicDeletion : ITopicDeletion
Properties
DeletedCommentIds
Returns the IDs of the comments that are associated with the topic to delete.
Declaration
public IEnumerable<Guid> DeletedCommentIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Guid> | The IDs of the comments that are associated with the topic to delete. |
Implements
Id
Returns the ID of the topic to delete.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid | The ID of the topic to delete. |