Show / Hide Table of Contents

Enum SearchResource.ListRequest.VideoTypeEnum

The videoType parameter lets you restrict a search to a particular type of videos. If you specify a value for this parameter, you must also set the type parameter's value to video.

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

Fields

Name Description
Any

Return all videos.

Episode

Only retrieve episodes of shows.

Movie

Only retrieve movies.

Back to top