Table of Contents

Enum RfiPriority

Namespace
Autodesk.ACC.RFIs.Models
Assembly
Autodesk.ACC.RFIs.dll

The priority status of the RFI. Possible values: null, High, Normal, Low.

public enum RfiPriority

Fields

[EnumMember(Value = "High")] High = 0
[EnumMember(Value = "Low")] Low = 2
[EnumMember(Value = "Normal")] Normal = 1