Show / Hide Table of Contents

Enum CommentsResource.ListRequest.SortOrderEnum

The order in which to sort the list of comments.

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

Fields

Name Description
Ascending

Sort oldest comments first.

Descending

Sort newest comments first.

Back to top