Show / Hide Table of Contents

Class MembersResource

The "members" collection of methods.

Inheritance
System.Object
MembersResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class MembersResource

Constructors

MembersResource(IClientService)

Constructs a new resource.

Declaration
public MembersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(Repeatable<String>)

Retrieves a list of members that match the request criteria for a channel.

Declaration
public virtual MembersResource.ListRequest List(Repeatable<string> part)
Parameters
Type Name Description
Repeatable<System.String> part

The part parameter specifies the member resource parts that the API response will include. Set the parameter value to snippet.

Returns
Type Description
MembersResource.ListRequest
Back to top