Interface IVersionable
Defines signature for ContentData instance that supports versions.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IVersionable
Properties
IsPendingPublish
Gets or sets a value indicating whether this item is in pending publish state.
Declaration
bool IsPendingPublish { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
StartPublish
Gets or sets the start publish date for this item.
Declaration
Nullable<DateTime> StartPublish { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Status
Gets or sets the version status of this item.
Declaration
VersionStatus Status { get; set; }
Property Value
Type | Description |
---|---|
VersionStatus |
StopPublish
Gets or sets the stop publish date for this item.
Declaration
Nullable<DateTime> StopPublish { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |