Table of Contents

Enum Comment_source

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

The source of the comment. Web - indicates comment was created via web, email - indicates comment was created from reply via email

public enum Comment_source

Fields

[EnumMember(Value = "email")] Email = 1
[EnumMember(Value = "web")] Web = 0