Skip to main content

COMMENT_BODY_FORMAT

COMMENT_BODY_FORMAT describes the various formats that a comment body can be provided in.

enum COMMENT_BODY_FORMAT {  HTML  PLAIN_TEXT}

Values#

HTML#

HTML describes the format of the comment body using HTML.

PLAIN_TEXT#

PLAIN_TEXT describes the format of the comment body with the HTML stripped.