Show / Hide Table of Contents

Enum MembersResource.ListRequest.ModeEnum

The mode parameter specifies which channel members to return.

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

Fields

Name Description
AllCurrent

Return all current members, from newest to oldest.

Updates

Return only members that joined after the first call with this mode was made.

Back to top