Show / Hide Table of Contents

Class VideoCategoriesResource

The "videoCategories" collection of methods.

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

Constructors

VideoCategoriesResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

Returns a list of categories that can be associated with YouTube videos.

Declaration
public virtual VideoCategoriesResource.ListRequest List(string part)
Parameters
Type Name Description
System.String part

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

Returns
Type Description
VideoCategoriesResource.ListRequest
Back to top