View Source
Class ContentDto
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
Fields
View Source
TableName
Declaration
public const string TableName = "umbracoContent"
Field Value
Type |
Description |
System.String |
|
Properties
View Source
ContentTypeId
Declaration
public int ContentTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ContentVersionDto
Declaration
public ContentVersionDto ContentVersionDto { get; set; }
Property Value
View Source
NodeDto
Declaration
public NodeDto NodeDto { get; set; }
Property Value
View Source
NodeId
Declaration
public int NodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|