Show / Hide Table of Contents

Enum CommentThreadsResource.ListRequest.ModerationStatusEnum

Set this parameter to limit the returned comment threads to a particular moderation state.

Note: This parameter is not supported for use in conjunction with the id parameter.

Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public enum ModerationStatusEnum

Fields

Name Description
HeldForReview

Retrieve comment threads that are awaiting review by a moderator. A comment thread can be included in the response if the top-level comment or at least one of the replies to that comment are awaiting review.

LikelySpam

Retrieve comment threads classified as likely to be spam. A comment thread can be included in the response if the top-level comment or at least one of the replies to that comment is considered likely to be spam.

Published

Retrieve threads of published comments. This is the default value. A comment thread can be included in the response if its top-level comment has been published.

Back to top