Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Enum VersionStatus

The different states for a content item.

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

Fields

Name Description
AwaitingApproval

NOTE: This is a pre-release status that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. The version is awaiting approval

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