Class VersionStatus
The different states for a content item.
Inheritance
System.Object
VersionStatus
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class VersionStatus : Enum
Fields
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
Declaration
public const VersionStatus AwaitingApproval
Field Value
Type | Description |
---|---|
VersionStatus |
CheckedIn
A writer has checked in the version and waits for the version to be approved and published.
Declaration
public const VersionStatus CheckedIn
Field Value
Type | Description |
---|---|
VersionStatus |
CheckedOut
The version is currently in progress.
Declaration
public const VersionStatus CheckedOut
Field Value
Type | Description |
---|---|
VersionStatus |
DelayedPublish
This version will be automatically published when the current time has passed the Start Publish date.
Declaration
public const VersionStatus DelayedPublish
Field Value
Type | Description |
---|---|
VersionStatus |
NotCreated
The item or language has not been created.
Declaration
public const VersionStatus NotCreated
Field Value
Type | Description |
---|---|
VersionStatus |
PreviouslyPublished
This version has been published previously but is now replaced by a more recent version.
Declaration
public const VersionStatus PreviouslyPublished
Field Value
Type | Description |
---|---|
VersionStatus |
Published
The currently published version.
Declaration
public const VersionStatus Published
Field Value
Type | Description |
---|---|
VersionStatus |
Rejected
The version was rejected rather than published, and returned to the writer.
Declaration
public const VersionStatus Rejected
Field Value
Type | Description |
---|---|
VersionStatus |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |