Interface IAuditItem
Represents an audit item.
Namespace: Umbraco.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface IAuditItem : IEntity, IDeepCloneable
Properties
View SourceAuditType
Gets the audit type.
Declaration
AuditType AuditType { get; }
Property Value
Type | Description |
---|---|
AuditType |
Comment
Gets the audit comments.
Declaration
string Comment { get; }
Property Value
Type | Description |
---|---|
System.String |
EntityType
Gets the audited entity type.
Declaration
string EntityType { get; }
Property Value
Type | Description |
---|---|
System.String |
Parameters
Gets optional additional data parameters.
Declaration
string Parameters { get; }
Property Value
Type | Description |
---|---|
System.String |
UserId
Gets the audit user identifier.
Declaration
int UserId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |