View Source
Class AuditLog
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class AuditLog : object
Properties
View Source
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
EntityType
Declaration
public string EntityType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LogType
Declaration
public string LogType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NodeId
Declaration
public int NodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Parameters
Declaration
public string Parameters { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Timestamp
Declaration
public DateTime Timestamp { get; set; }
Property Value
Type |
Description |
DateTime |
|
View Source
UserAvatars
Declaration
public string[] UserAvatars { get; set; }
Property Value
Type |
Description |
System.String[] |
|
View Source
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|