Enum SearchResource.ListRequest.OrderEnum
Sort order of the results.
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public enum SearchResource.ListRequest.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. |
| SearchSortUnspecified | |
| 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. |