Table of Contents

Class CompanyFoldersRequestBuilder.CompanyFoldersRequestBuilderGetQueryParameters

Namespace
Autodesk.ACC.CostManagement.V1.Projects.Item.CompanyFolders
Assembly
Autodesk.ACC.CostManagement.dll

Find an attachment folder in BIM 360 Docs for a given item. That folder will save local files as attachments to the item. Files are saved using the Storage service.

public class CompanyFoldersRequestBuilder.CompanyFoldersRequestBuilderGetQueryParameters
Inheritance
CompanyFoldersRequestBuilder.CompanyFoldersRequestBuilderGetQueryParameters
Inherited Members

Properties

AssociationId

The object ID of the item is associated to. For example, ID of the budget, contract or cost item. Use comma separated string for multiple IDs.

[QueryParameter("associationId")]
public string[]? AssociationId { get; set; }

Property Value

string[]

AssociationType

The type of the item is associated to. Possible values Budget, Contract, CostItem, FormInstance, Payment, BudgetPayment, Expense, OCO, SCO.

[Obsolete("This property is deprecated, use AssociationTypeAsGetAssociationTypeQueryParameterType instead")]
[QueryParameter("associationType")]
public string? AssociationType { get; set; }

Property Value

string

AssociationTypeAsGetAssociationTypeQueryParameterType

The type of the item is associated to. Possible values Budget, Contract, CostItem, FormInstance, Payment, BudgetPayment, Expense, OCO, SCO.

[QueryParameter("associationType")]
public GetAssociationTypeQueryParameterType? AssociationTypeAsGetAssociationTypeQueryParameterType { get; set; }

Property Value

GetAssociationTypeQueryParameterType?