Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentVersionDto

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

    Fields

    View Source

    TableName

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

    Properties

    View Source

    ContentVersionDto

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

    Id

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

    Published

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

    TemplateId

    Declaration
    public int? TemplateId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • TableName
    • Properties
      • ContentVersionDto
      • Id
      • Published
      • TemplateId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX