Show / Hide Table of Contents

Class ManagementResource.CustomDataSourcesResource

The "customDataSources" collection of methods.

Inheritance
System.Object
ManagementResource.CustomDataSourcesResource
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.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class CustomDataSourcesResource

Constructors

CustomDataSourcesResource(IClientService)

Constructs a new resource.

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

Methods

List(String, String)

List custom data sources to which the user has access.

Declaration
public virtual ManagementResource.CustomDataSourcesResource.ListRequest List(string accountId, string webPropertyId)
Parameters
Type Name Description
System.String accountId

Account Id for the custom data sources to retrieve.

System.String webPropertyId

Web property Id for the custom data sources to retrieve.

Returns
Type Description
ManagementResource.CustomDataSourcesResource.ListRequest
In This Article
Back to top