View Source
Class ContentVersionMetaViewModel
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[DataContract(Name = "contentVersionMeta", Namespace = "")]
public class ContentVersionMetaViewModel
Constructors
View Source
ContentVersionMetaViewModel()
Declaration
public ContentVersionMetaViewModel()
View Source
ContentVersionMetaViewModel(ContentVersionMeta)
Declaration
public ContentVersionMetaViewModel(ContentVersionMeta dto)
Parameters
Properties
View Source
ContentId
Declaration
[DataMember(Name = "contentId")]
public int ContentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ContentTypeId
Declaration
[DataMember(Name = "contentTypeId")]
public int ContentTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
CurrentDraftVersion
Declaration
[DataMember(Name = "currentDraftVersion")]
public bool CurrentDraftVersion { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
CurrentPublishedVersion
Declaration
[DataMember(Name = "currentPublishedVersion")]
public bool CurrentPublishedVersion { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
PreventCleanup
Declaration
[DataMember(Name = "preventCleanup")]
public bool PreventCleanup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
UserId
Declaration
[DataMember(Name = "userId")]
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Username
Declaration
[DataMember(Name = "username")]
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
VersionDate
Declaration
[DataMember(Name = "versionDate")]
public DateTime VersionDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
VersionId
Declaration
[DataMember(Name = "versionId")]
public int VersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|