PublicApi ForumReply.PostStatus Returned Values??

PublicApi ForumReply.PostStatus Returned Values??

This question has suggested answer(s)

Is it possible to find out what string values are returned in the PostStatus member of a ForumReply when using hte PublicApi 6.x

Previously this was an enum and it was possible to determine the status by comparing enum values.  Now that it is a string, I have no idea the values that are returned back and I need to perform different actions based on the status of a reply.

All Replies
  • The possible values are still the same as the unsupported enum:

    Ignore

    Unknown

    NotSpam

    Spam

    LikelySpam

    Ham

    NeedsApproval

    Approved

    IsAnswer

    IsSuggestedAnswer

    Incidentally, if checking for IsAnswer/IsSuggestedAnswer, it may be easier to use the explicit properties ForumReply.IsAnswer or ForumReply.IsSuggestedAnswer