Show / Hide Table of Contents

Enum SubscriptionsResource.ListRequest.OrderEnum

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

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

Fields

Name Description
Alphabetical

Sort alphabetically.

Relevance

Sort by relevance.

Unread

Sort by order of activity.

Back to top