Enum Attachment_type
- Namespace
- Autodesk.ACC.CostManagement.Models
- Assembly
- Autodesk.ACC.CostManagement.dll
The type of attachment. Possible values: Upload
, DocsFile
. Upload
is a locally uploaded file and DocsFile
is a file referenced from BIM 360 Docs.
public enum Attachment_type
Fields
[EnumMember(Value = "DocsFile")] DocsFile = 1
[EnumMember(Value = "Upload")] Upload = 0