Try our conversational search powered by Generative AI!

Enum VersionStatus

The different states for a content item.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public enum VersionStatus

Fields

Name Description
CheckedIn

A writer has checked in the version and waits for the version to be approved and published.

CheckedOut

The version is currently in progress.

DelayedPublish

This version will be automatically published when the current time has passed the Start Publish date.

NotCreated

The item or language has not been created.

PreviouslyPublished

This version has been published previously but is now replaced by a more recent version.

Published

The currently published version.

Rejected

The version was rejected rather than published, and returned to the writer.

Extension Methods