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 : EnumFields
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 AwaitingApprovalField 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 CheckedInField Value
| Type | Description | 
|---|---|
| VersionStatus | 
CheckedOut
The version is currently in progress.
Declaration
public const VersionStatus CheckedOutField 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 DelayedPublishField Value
| Type | Description | 
|---|---|
| VersionStatus | 
NotCreated
The item or language has not been created.
Declaration
public const VersionStatus NotCreatedField Value
| Type | Description | 
|---|---|
| VersionStatus | 
PreviouslyPublished
This version has been published previously but is now replaced by a more recent version.
Declaration
public const VersionStatus PreviouslyPublishedField Value
| Type | Description | 
|---|---|
| VersionStatus | 
Published
The currently published version.
Declaration
public const VersionStatus PublishedField Value
| Type | Description | 
|---|---|
| VersionStatus | 
Rejected
The version was rejected rather than published, and returned to the writer.
Declaration
public const VersionStatus RejectedField Value
| Type | Description | 
|---|---|
| VersionStatus | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
