Show / Hide Table of Contents

Class VideoAbuseReportReasonsResource

The "videoAbuseReportReasons" collection of methods.

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

Constructors

VideoAbuseReportReasonsResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

Returns a list of abuse reasons that can be used for reporting abusive videos.

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

The part parameter specifies the videoCategory resource parts that the API response will include. Supported values are id and snippet.

Returns
Type Description
VideoAbuseReportReasonsResource.ListRequest
Back to top