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.