Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentDto

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

    Properties

    View Source

    ContentDto

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

    DocumentVersionDto

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

    Edited

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

    NodeId

    Declaration
    public int NodeId { 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

    PublishedVersionDto

    Declaration
    public DocumentVersionDto PublishedVersionDto { get; set; }
    Property Value
    Type Description
    DocumentVersionDto
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentDto
      • DocumentVersionDto
      • Edited
      • NodeId
      • Published
      • PublishedVersionDto
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX