Show / Hide Table of Contents

Class AccountsResource.UrlchannelsResource

The "urlchannels" collection of methods.

Inheritance
System.Object
AccountsResource.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, String)

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

Declaration
public virtual AccountsResource.UrlchannelsResource.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 URL channels.

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