Search Results for

    Show / Hide Table of Contents

    Class ContentVersionDto

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

    Fields

    TableName

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

    Properties

    ContentDto

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

    Current

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

    Id

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

    NodeId

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

    PreventCleanup

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

    Text

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

    UserId

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

    VersionDate

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