View Source
Class RollbackVersion
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class RollbackVersion : object
Properties
View Source
VersionAuthorId
Declaration
public int VersionAuthorId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
VersionAuthorName
Declaration
public string VersionAuthorName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
VersionDate
Declaration
public DateTime VersionDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
View Source
VersionId
Declaration
public int VersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|