Enum CommentsResource.SetModerationStatusRequest.ModerationStatusEnum
Identifies the new moderation status of the specified comments.
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public enum ModerationStatusEnum
Fields
| Name | Description |
|---|---|
| HeldForReview | Marks a comment as awaiting review by a moderator. |
| Published | Clears a comment for public display. |
| Rejected | Rejects a comment as being unfit for display. This action also effectively hides all replies to the rejected comment. Note: The API does not currently provide a way to list or otherwise discover rejected comments. However, you can change the moderation status of a rejected comment if you still know its ID. If you were to change the moderation status of a rejected comment, the comment replies would subsequently be discoverable again as well. |