Search Results for

    Show / Hide Table of Contents
    View Source

    Class RollbackVersion

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "rollbackVersion", Namespace = "")]
    public class RollbackVersion

    Properties

    View Source

    VersionAuthorId

    Declaration
    [DataMember(Name = "versionAuthorId")]
    public int VersionAuthorId { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    VersionAuthorName

    Declaration
    [DataMember(Name = "versionAuthorName")]
    public string VersionAuthorName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    VersionDate

    Declaration
    [DataMember(Name = "versionDate")]
    public DateTime? VersionDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    View Source

    VersionId

    Declaration
    [DataMember(Name = "versionId")]
    public int VersionId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • VersionAuthorId
      • VersionAuthorName
      • VersionDate
      • VersionId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX