Show / Hide Table of Contents

Class UrlchannelsResource

The "urlchannels" collection of methods.

Inheritance
object
UrlchannelsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdSenseHost.v4_1
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class UrlchannelsResource

Constructors

UrlchannelsResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string, string)

Delete a URL channel from the host AdSense account.

Declaration
public virtual UrlchannelsResource.DeleteRequest Delete(string adClientId, string urlChannelId)
Parameters
Type Name Description
string adClientId

Ad client from which to delete the URL channel.

string urlChannelId

URL channel to delete.

Returns
Type Description
UrlchannelsResource.DeleteRequest

Insert(UrlChannel, string)

Add a new URL channel to the host AdSense account.

Declaration
public virtual UrlchannelsResource.InsertRequest Insert(UrlChannel body, string adClientId)
Parameters
Type Name Description
UrlChannel body

The body of the request.

string adClientId

Ad client to which the new URL channel will be added.

Returns
Type Description
UrlchannelsResource.InsertRequest

List(string)

List all host URL channels in the host AdSense account.

Declaration
public virtual UrlchannelsResource.ListRequest List(string adClientId)
Parameters
Type Name Description
string adClientId

Ad client for which to list URL channels.

Returns
Type Description
UrlchannelsResource.ListRequest
In this article
Back to top Generated by DocFX