Search Results for

    Show / Hide Table of Contents

    Class NodeDto

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

    Fields

    NodeIdSeed

    Declaration
    public const int NodeIdSeed = 1060
    Field Value
    Type Description
    System.Int32

    TableName

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

    Properties

    CreateDate

    Declaration
    public DateTime CreateDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    Level

    Declaration
    public short Level { get; set; }
    Property Value
    Type Description
    System.Int16

    NodeId

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

    NodeObjectType

    Declaration
    public Guid? NodeObjectType { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>

    ParentId

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

    Path

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String

    SortOrder

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

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Trashed

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

    UniqueId

    Declaration
    public Guid UniqueId { get; set; }
    Property Value
    Type Description
    System.Guid

    UserId

    Declaration
    public int? UserId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    In This Article
    • Fields
      • NodeIdSeed
      • TableName
    • Properties
      • CreateDate
      • Level
      • NodeId
      • NodeObjectType
      • ParentId
      • Path
      • SortOrder
      • Text
      • Trashed
      • UniqueId
      • UserId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX