Table of Contents

Class ProjectsRequestBuilder

Namespace
Autodesk.DataManagement.Projects
Assembly
Autodesk.DataManagement.dll

Builds and executes requests for operations under \projects

public class ProjectsRequestBuilder : BaseRequestBuilder
Inheritance
BaseRequestBuilder
ProjectsRequestBuilder
Inherited Members
BaseRequestBuilder.PathParameters
BaseRequestBuilder.RequestAdapter
BaseRequestBuilder.UrlTemplate

Constructors

ProjectsRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new ProjectsRequestBuilder and sets the default values.

public ProjectsRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter)

Parameters

pathParameters Dictionary<string, object>

Path parameters for the request

requestAdapter IRequestAdapter

The request adapter to use to execute the requests.

ProjectsRequestBuilder(string, IRequestAdapter)

Instantiates a new ProjectsRequestBuilder and sets the default values.

public ProjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)

Parameters

rawUrl string

The raw URL to use for the request builder.

requestAdapter IRequestAdapter

The request adapter to use to execute the requests.

Properties

this[string]

Gets an item from the Autodesk.DataManagement.projects.item collection

public WithProject_ItemRequestBuilder this[string position] { get; }

Parameters

position string

The unique identifier of a project. For BIM 360 Docs, the project ID in the Data Management API corresponds to the project ID in the BIM 360 API. To convert a project ID in the BIM 360 API into a project ID in the Data Management API you need to add a “b." prefix. For example, a project ID of c8b0c73d-3ae9 translates to a project ID of b.c8b0c73d-3ae9.

Property Value

WithProject_ItemRequestBuilder

A WithProject_ItemRequestBuilder