CommentType enum
The type of a comment.
Fields
Unknown = 0 | The comment type is not known. |
Text = 1 | This is a regular user comment. |
CodeChange = 2 | The comment comes as a result of a code change. |
System = 3 | The comment represents a system message. |