Show / Hide Table of Contents

Enum CommentThreadsResource.ListRequest.OrderEnum

The order parameter specifies the order in which the API response should list comment threads. Valid values are: - time - Comment threads are ordered by time. This is the default behavior. - relevance - Comment threads are ordered by relevance.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 OrderEnum

Fields

Name Description
Relevance

Order by relevance.

Time

Order by time.

Back to top