Show / Hide Table of Contents

Class SearchResource

The "search" collection of methods.

Inheritance
System.Object
SearchResource
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 SearchResource

Constructors

SearchResource(IClientService)

Constructs a new resource.

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

Methods

List(Repeatable<String>)

Retrieves a list of search resources

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

The part parameter specifies a comma-separated list of one or more search resource properties that the API response will include. Set the parameter value to snippet.

Returns
Type Description
SearchResource.ListRequest
Back to top