Show / Hide Table of Contents

Class UrlchannelsResource

The "urlchannels" collection of methods.

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

Constructors

UrlchannelsResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

List all URL channels in the specified ad client for this AdSense account.

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

Ad client for which to list URL channels.

Returns
Type Description
UrlchannelsResource.ListRequest
In This Article
Back to top