View Source
Class DocumentDto
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
Fields
View Source
PublishedColumnName
Declaration
public const string PublishedColumnName = "published"
Field Value
Type |
Description |
System.String |
|
Properties
View Source
ContentDto
Declaration
public ContentDto ContentDto { get; set; }
Property Value
View Source
DocumentVersionDto
Declaration
public DocumentVersionDto DocumentVersionDto { get; set; }
Property Value
View Source
Edited
Declaration
public bool Edited { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
PublishedVersionDto
Declaration
public DocumentVersionDto PublishedVersionDto { get; set; }
Property Value