Skip to main content

TAG

No description

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

Values

TAG.STAFF

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

TAG.ADMIN

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

TAG.MODERATOR

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

TAG.MEMBER

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

TAG.FEATURED

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

TAG.EXPERT

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

TAG.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.

TAG.REVIEW

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

TAG.QUESTION

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

Member Of

comments query ● ExternalModerationPhaseResult object ● Tag object