View Source
Class ContentVersionDto
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ContentVersionDto
Fields
View Source
TableName
Declaration
public const string TableName = "umbracoContentVersion"
Field Value
Type |
Description |
System.String |
|
Properties
View Source
ContentDto
Declaration
public ContentDto ContentDto { get; set; }
Property Value
View Source
Current
Declaration
public bool Current { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
NodeId
Declaration
public int NodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
PreventCleanup
Declaration
public bool PreventCleanup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
UserId
Declaration
public int? UserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
VersionDate
Declaration
public DateTime VersionDate { get; set; }
Property Value
Type |
Description |
DateTime |
|