Table of Contents

Enum IssueAttributeMappingDefinition_mappedItemType

Namespace
Autodesk.ACC.Issues.Models
Assembly
Autodesk.ACC.Issues.dll

The type of item the custom attribute is mapped to.Possible values:issueType - this corresponds to Issue Category in the UI.issueSubtype - this corresponds to Issue Type in the UI.Note that issueSubtype's inherit issueType's.

public enum IssueAttributeMappingDefinition_mappedItemType

Fields

[EnumMember(Value = "issueSubtype")] IssueSubtype = 1
[EnumMember(Value = "issueType")] IssueType = 0