Search Results for

    Show / Hide Table of Contents

    Class HistoricVersion

    Inheritance
    object
    HistoricVersion
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    ContentId

    Content ID.

    Declaration
    [JsonProperty("contentId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ContentId { get; set; }
    Property Value
    string

    CreatedByXmpWriteback

    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
    bool

    FileName

    File name for this version.

    Declaration
    [JsonProperty("fileName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string FileName { get; set; }
    Property Value
    string

    OriginalOutputId

    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
    string

    Replaced

    The datetime when this version was replaced.

    Declaration
    [JsonProperty("replaced", Required = Required.Always)]
    [Required(AllowEmptyStrings = true)]
    public DateTime Replaced { get; set; }
    Property Value
    DateTime

    User

    User who replaced this version.

    Declaration
    [JsonProperty("user", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public User User { get; set; }
    Property Value
    User

    VersionNumber

    Sequential version number.

    Declaration
    [JsonProperty("versionNumber", Required = Required.Always)]
    public int VersionNumber { get; set; }
    Property Value
    int

    Methods

    FromJson(string)

    Declaration
    public static HistoricVersion FromJson(string data)
    Parameters
    string data

    Returns
    HistoricVersion

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX