Show / Hide Table of Contents

Class AccountsResource.CustomchannelsResource

The "customchannels" collection of methods.

Inheritance
System.Object
AccountsResource.CustomchannelsResource
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.AdSense.v1_4
Assembly: Google.Apis.AdSense.v1_4.dll
Syntax
public class CustomchannelsResource

Constructors

CustomchannelsResource(IClientService)

Constructs a new resource.

Declaration
public CustomchannelsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

Adunits

Gets the Adunits resource.

Declaration
public virtual AccountsResource.CustomchannelsResource.AdunitsResource Adunits { get; }
Property Value
Type Description
AccountsResource.CustomchannelsResource.AdunitsResource

Methods

Get(String, String, String)

Get the specified custom channel from the specified ad client for the specified account.

Declaration
public virtual AccountsResource.CustomchannelsResource.GetRequest Get(string accountId, string adClientId, string customChannelId)
Parameters
Type Name Description
System.String accountId

Account to which the ad client belongs.

System.String adClientId

Ad client which contains the custom channel.

System.String customChannelId

Custom channel to retrieve.

Returns
Type Description
AccountsResource.CustomchannelsResource.GetRequest

List(String, String)

List all custom channels in the specified ad client for the specified account.

Declaration
public virtual AccountsResource.CustomchannelsResource.ListRequest List(string accountId, string adClientId)
Parameters
Type Name Description
System.String accountId

Account to which the ad client belongs.

System.String adClientId

Ad client for which to list custom channels.

Returns
Type Description
AccountsResource.CustomchannelsResource.ListRequest
In This Article
Back to top