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