Class ItemVersion
Represents an item version.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public sealed class ItemVersion
Properties
IsVersionDefault
Gets or sets a value indicating whether this version is the default version.
Declaration
public bool IsVersionDefault { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsVersionHistory
Gets or sets a value indicating whether this version is a history version.
Declaration
public bool IsVersionHistory { get; set; }
Property Value
Type | Description |
---|---|
bool |
VersionCulture
Gets or sets the culture of the version.
Declaration
public string VersionCulture { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionDate
Gets or sets the date of the version.
Declaration
public DateTimeOffset? VersionDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
VersionName
Gets or sets the name of the version.
Declaration
public string VersionName { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionStatus
Gets or sets the status of the version.
Declaration
public VersionStatus VersionStatus { get; set; }
Property Value
Type | Description |
---|---|
VersionStatus |