Show / Hide Table of Contents

Enum SearchResource.ListRequest.OrderEnum

The order parameter specifies the method that will be used to order resources in the API response.

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

Fields

Name Description
Date

Resources are sorted in reverse chronological order based on the date they were created.

Rating

Resources are sorted from highest to lowest rating.

Relevance

Resources are sorted based on their relevance to the search query. This is the default value for this parameter.

Title

Resources are sorted alphabetically by title.

VideoCount

Channels are sorted in descending order of their number of uploaded videos.

ViewCount

Resources are sorted from highest to lowest number of views.

Back to top