Search Results for

    Show / Hide Table of Contents

    Class DocumentVersionDto

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

    Properties

    ContentVersionDto

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

    Id

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

    Published

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

    TemplateId

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