Class HistoricVersion
Inheritance
HistoricVersion
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class HistoricVersion
Properties
Declaration
[JsonProperty("contentId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ContentId { get; set; }
Property Value
True if this version was created by XMP writeback (as the version without the mutation).
Declaration
[JsonProperty("createdByXmpWriteback", Required = Required.Always)]
public bool CreatedByXmpWriteback { get; set; }
Property Value
File name for this version.
Declaration
[JsonProperty("fileName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FileName { get; set; }
Property Value
ID of the original output associated with this version.
Declaration
[JsonProperty("originalOutputId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string OriginalOutputId { get; set; }
Property Value
The datetime when this version was replaced.
Declaration
[JsonProperty("replaced", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public DateTime Replaced { get; set; }
Property Value
User who replaced this version.
Declaration
[JsonProperty("user", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public User User { get; set; }
Property Value
Sequential version number.
Declaration
[JsonProperty("versionNumber", Required = Required.Always)]
public int VersionNumber { get; set; }
Property Value
Methods
Declaration
public static HistoricVersion FromJson(string data)
Parameters
Returns