Gets or sets the checkedout revision for the versioned file

Namespace:  EPiServer.Web.Hosting.Versioning.Store
Assembly:  EPiServer (in EPiServer.dll) Version: 6.1.379.0

Syntax

C#
public FileRevision CheckedoutRevision { get; set; }

Field Value

The checkedout revision.

See Also