Class ItemVersionInfo
Inheritance
ItemVersionInfo
Assembly: DataWeb.Core.dll
Syntax
public class ItemVersionInfo
Properties
IsVersionDefault
Declaration
public bool IsVersionDefault { get; set; }
Property Value
IsVersionHistory
Declaration
public bool IsVersionHistory { get; set; }
Property Value
VersionCulture
Declaration
public string VersionCulture { get; set; }
Property Value
VersionDate
Declaration
public DateTimeOffset? VersionDate { get; set; }
Property Value
VersionName
Declaration
public string VersionName { get; set; }
Property Value
VersionStatus
Declaration
public string VersionStatus { get; set; }
Property Value