View Source
Class AuditLog
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "auditLog", Namespace = "")]
public class AuditLog
Properties
View Source
Declaration
[DataMember(Name = "comment")]
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
EntityType
Declaration
[DataMember(Name = "entityType")]
public string EntityType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LogType
Declaration
[DataMember(Name = "logType")]
public string LogType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NodeId
Declaration
[DataMember(Name = "nodeId")]
public int NodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Parameters
Declaration
[DataMember(Name = "parameters")]
public string Parameters { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Timestamp
Declaration
[DataMember(Name = "timestamp")]
public DateTime Timestamp { get; set; }
Property Value
Type |
Description |
DateTime |
|
View Source
UserAvatars
Declaration
[DataMember(Name = "userAvatars")]
public string[] UserAvatars { get; set; }
Property Value
Type |
Description |
System.String[] |
|
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 |
|