Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentNuDto

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

    Fields

    View Source

    TableName

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

    Properties

    View Source

    Data

    Stores serialized JSON representing the content item's property and culture name values

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

    Pretty much anything that would require a 1:M lookup is serialized here

    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

    RawData

    Declaration
    public byte[] RawData { get; set; }
    Property Value
    Type Description
    System.Byte[]
    View Source

    Rv

    Declaration
    public long Rv { get; set; }
    Property Value
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • TableName
    • Properties
      • Data
      • NodeId
      • Published
      • RawData
      • Rv
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX