Show / Hide Table of Contents

Class ReportsResource.FilesResource

The "files" collection of methods.

Inheritance
System.Object
ReportsResource.FilesResource
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.Dfareporting.v3_2
Assembly: Google.Apis.Dfareporting.v3_2.dll
Syntax
public class FilesResource

Constructors

FilesResource(IClientService)

Constructs a new resource.

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

Methods

Get(Int64, Int64, Int64)

Retrieves a report file. This method supports media download.

Declaration
public virtual ReportsResource.FilesResource.GetRequest Get(long profileId, long reportId, long fileId)
Parameters
Type Name Description
System.Int64 profileId

The DFA profile ID.

System.Int64 reportId

The ID of the report.

System.Int64 fileId

The ID of the report file.

Returns
Type Description
ReportsResource.FilesResource.GetRequest

List(Int64, Int64)

Lists files for a report.

Declaration
public virtual ReportsResource.FilesResource.ListRequest List(long profileId, long reportId)
Parameters
Type Name Description
System.Int64 profileId

The DFA profile ID.

System.Int64 reportId

The ID of the parent report.

Returns
Type Description
ReportsResource.FilesResource.ListRequest
Back to top