Represents an audited event.
InheritanceSystem.Object
Namespace: Umbraco.Cms.Core.Models Assembly: Umbraco.Core.dll Syntax[DataContract(IsReference = true)]
public class AuditEntry : EntityBase, IAuditEntry, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Properties View Source AffectedDetails
Gets or sets free-form details about the entity affected by the audited event.
Declarationpublic string AffectedDetails { get; set; }
Property Value Type Description System.String View Source AffectedUserId
Gets or sets the identifier of the user affected by the audited event.
Declarationpublic int AffectedUserId { get; set; }
Property Value Type Description System.Int32 View Source EventDateUtc
Gets or sets the date and time of the audited event.
Declarationpublic DateTime EventDateUtc { get; set; }
Property Value Type Description DateTime View Source EventDetails
Gets or sets free-form details about the audited event.
Declarationpublic string EventDetails { get; set; }
Property Value Type Description System.String View Source EventType
Gets or sets the type of the audited event.
Declarationpublic string EventType { get; set; }
Property Value Type Description System.String View Source PerformingDetails
Gets or sets free-form details about the user triggering the audited event.
Declarationpublic string PerformingDetails { get; set; }
Property Value Type Description System.String View Source PerformingIp
Gets or sets the IP address or the request triggering the audited event.
Declarationpublic string PerformingIp { get; set; }
Property Value Type Description System.String View Source PerformingUserId
Gets or sets the identifier of the user triggering the audited event.
Declarationpublic int PerformingUserId { get; set; }
Property Value Type Description System.Int32
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4