Enum MsgPubStatus
Denotes types of message visibility/publication
Namespace: Azos.Sky.WebMessaging
Assembly: Azos.Sky.dll
Syntax
public enum MsgPubStatus
Fields
Name | Description |
---|---|
Banned | Message was banned and is not shown |
Draft | Message is in draft mode and not published yet ( visible only to msg author) |
NeedsReview | Message needs review by the system/moderator before it can be shown. Moderator can transition this to DRAFT, BANNED or PUBLISHED |
Preview | Message is in preview mode for the limited audience |
Published | Message is published and can be shown |