The different states for a page version.

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public enum VersionStatus

Members

Member nameDescription
NotCreated
Page or language has not been created
Rejected
The version was rejected rather than published, and returned to the writer.
CheckedOut
The version is checked out and locked by a writer.
CheckedIn
A writer has checked in the version and waits for the version to be published.
Published
The currently published version.
PreviouslyPublished
This version has been published but is now replaced by a more recent version.
DelayedPublish
This version will be automatically published when the current time has passed the Start Publish date.

See Also