Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentVersionDto

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ContentVersionDto

    Fields

    View Source

    TableName

    Declaration
    public const string TableName = "umbracoContentVersion"
    Field Value
    Type Description
    System.String

    Properties

    View Source

    ContentDto

    Declaration
    public ContentDto ContentDto { get; set; }
    Property Value
    Type Description
    ContentDto
    View Source

    Current

    Declaration
    public bool Current { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    NodeId

    Declaration
    public int NodeId { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    PreventCleanup

    Declaration
    public bool PreventCleanup { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    UserId

    Declaration
    public int? UserId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    VersionDate

    Declaration
    public DateTime VersionDate { get; set; }
    Property Value
    Type Description
    DateTime
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • TableName
    • Properties
      • ContentDto
      • Current
      • Id
      • NodeId
      • PreventCleanup
      • Text
      • UserId
      • VersionDate
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX