Table of Contents

Class FileManagementClient

Namespace
Autodesk.ACC.FileManagement
Assembly
Autodesk.ACC.FileManagement.dll
public class FileManagementClient
Inheritance
FileManagementClient
Inherited Members

Constructors

FileManagementClient(Func<Task<string>>, HttpClient?)

Initializes a new instance of the FileManagementClient class.

public FileManagementClient(Func<Task<string>> getAccessToken, HttpClient? httpClient = null)

Parameters

getAccessToken Func<Task<string>>

Function for getting the access token used for the following calls

httpClient HttpClient

Optional: Override the default HttpClient used for performing API calls

Properties

Api

ACC File Management API client base path 'https://developer.api.autodesk.com/bim360/docs/v1'

public BaseFileManagementClient Api { get; protected set; }

Property Value

BaseFileManagementClient

Helper

High-level order functions supporting common operations

public FileManagementClientHelper Helper { get; protected set; }

Property Value

FileManagementClientHelper