Enum PublishingModes
- Namespace
- ToSic.Sxc.Cms.Publishing.Sys
- Assembly
- ToSic.Sxc.Cms.dll
Defines the publishing mode for content in the CMS.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public enum PublishingModes
Fields
DraftForbidden = 2Draft is forbidden, meaning the platform doesn't support it or the current user can't use drafts.
DraftOptional = 0Draft is allowed / supported.
DraftRequired = 1Draft is required, meaning the current user cannot directly publish.