Class ProjectsRequestBuilder
- Namespace
- Autodesk.DataManagement.Projects
- Assembly
- Autodesk.DataManagement.dll
Builds and executes requests for operations under \projects
public class ProjectsRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderProjectsRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.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
IRequestAdapterThe 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
stringThe raw URL to use for the request builder.
requestAdapter
IRequestAdapterThe 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
stringThe 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.