Show / Hide Table of Contents

Class GuideCategoriesResource

The "guideCategories" collection of methods.

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

Constructors

GuideCategoriesResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

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

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

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

Returns
Type Description
GuideCategoriesResource.ListRequest
Back to top