Search Results for

    Show / Hide Table of Contents

    Class DocumentDto

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

    Properties

    ContentDto

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

    DocumentVersionDto

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

    Edited

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

    NodeId

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

    Published

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

    PublishedVersionDto

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