Show / Hide Table of Contents

Class SearchResource

The "search" collection of methods.

Inheritance
object
SearchResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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<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
In this article
Back to top Generated by DocFX