Skip to main content

TAG

No description

enum TAG {  STAFF  ADMIN  MODERATOR  MEMBER  FEATURED  EXPERT  UNANSWERED  REVIEW  QUESTION}

Values#

STAFF#

STAFF is used when a Comment is written by a User that has the STAFF, ADMIN, or MODERATOR role.

ADMIN#

ADMIN is used when a Comment is written by a User that has the ADMIN, role.

MODERATOR#

MODERATOR is used when a Comment is written by a User that has the MODERATOR, role.

MEMBER#

MEMBER is used when a Comment is written by a User that has the Member role.

FEATURED#

FEATURED is used when a Comment is marked as such by a staff member.

EXPERT#

EXPERT is used when an a Comment is written by a User that is assigned as an expert on a story.

UNANSWERED#

UNANSWERED is used when a Comment is written by a user and has not been answered by an expert on a Story that is set to Q&A.

REVIEW#

REVIEW is used when a Comment is written with a rating on a Story that is set to Ratings and Reviews.

QUESTION#

QUESTION is used when a Comment is written without a rating on a Story that is set to Ratings and Reviews.