Table of Contents

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 = 2

Draft is forbidden, meaning the platform doesn't support it or the current user can't use drafts.

DraftOptional = 0

Draft is allowed / supported.

DraftRequired = 1

Draft is required, meaning the current user cannot directly publish.