|
enum | ConcernCategory {
None
, OffensiveContent
, ChildExploitation
, MalwareOrVirus
,
PrivacyConcerns
, MisleadingApp
, PoorPerformance
, ReviewResponse
,
SpamAdvertising
, Profanity
} |
|
enum | DisplayPropertyType {
None
, QueryDateTime
, QueryDouble
, QueryString
,
SearchString
} |
|
enum | HelpfulnessVote { None
, UnHelpful
, Helpful
} |
|
enum | ModerationStatus { Unknown
, AwaitingModeration
, Approved
, Rejected
} |
|
enum | PublishResult {
Unknown
, Pending
, Succeeded
, Failed
,
Canceled
} |
|