Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentDto

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

    Fields

    View Source

    TableName

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

    Properties

    View Source

    ContentTypeId

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

    ContentVersionDto

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

    NodeDto

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

    NodeId

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