Show / Hide Table of Contents

Enum ActivitiesResource.SearchRequest.OrderByEnum

Specifies how to order search results.

Namespace: Google.Apis.Plus.v1
Assembly: Google.Apis.Plus.v1.dll
Syntax
public enum OrderByEnum

Fields

Name Description
Best

Sort activities by relevance to the user, most relevant first.

Recent

Sort activities by published date, most recent first.

Back to top