View Source
Class DocumentVersionDto
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class DocumentVersionDto
Fields
View Source
TableName
Declaration
public const string TableName = "umbracoDocumentVersion"
Field Value
Type |
Description |
System.String |
|
Properties
View Source
ContentVersionDto
Declaration
public ContentVersionDto ContentVersionDto { get; set; }
Property Value
View Source
Id
Declaration
public int Id { 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
TemplateId
Declaration
public int? TemplateId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|