CommentExpandOptions enum

Specifies the additional data retrieval options for work item comments.

Fields

All = -17
None = 0
Reactions = 1

Include comment reactions.

RenderedText = 8

Include the rendered text (html) in addition to MD text.

RenderedTextOnly = 16

If specified, then ONLY rendered text (html) will be returned, w/o markdown. Supposed to be used internally from data provides for optimization purposes.