Show / Hide Table of Contents

Class ManagementResource.CustomDataSourcesResource

The "customDataSources" collection of methods.

Inheritance
object
ManagementResource.CustomDataSourcesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ManagementResource.CustomDataSourcesResource

Constructors

CustomDataSourcesResource(IClientService)

Constructs a new resource.

Declaration
public CustomDataSourcesResource(IClientService service)
Parameters
Type Name Description
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
string accountId

Account Id for the custom data sources to retrieve.

string webPropertyId

Web property Id for the custom data sources to retrieve.

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