• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents

    Class ContentNuDto

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

    Properties

    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

    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

    RawData

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

    Rv

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