Show / Hide Table of Contents

Class OrderDocumentsResource

The "orderDocuments" collection of methods.

Inheritance
object
OrderDocumentsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class OrderDocumentsResource

Constructors

OrderDocumentsResource(IClientService)

Constructs a new resource.

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

Methods

Get(long, long, long)

Gets one order document by ID.

Declaration
public virtual OrderDocumentsResource.GetRequest Get(long profileId, long projectId, long id)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

long projectId

Project ID for order documents.

long id

Order document ID.

Returns
Type Description
OrderDocumentsResource.GetRequest

List(long, long)

Retrieves a list of order documents, possibly filtered. This method supports paging.

Declaration
public virtual OrderDocumentsResource.ListRequest List(long profileId, long projectId)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

long projectId

Project ID for order documents.

Returns
Type Description
OrderDocumentsResource.ListRequest
In This Article
Back to top Generated by DocFX