Class SearchResource
The "search" collection of methods.
Inherited Members
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 |