View Source
Class ContentNuDto
Inheritance
System.Object
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 |
|
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 |
|