Search Results for

    Show / Hide Table of Contents
    View Source

    Class AuditEntry

    Represents an audited event.

    Inheritance
    object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [Serializable]
    [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.

    Declaration
    public string? AffectedDetails { get; set; }
    Property Value
    Type Description
    string
    Remarks

    The entity affected by the event can be another user, a member...

    View Source

    AffectedUserId

    Gets or sets the identifier of the user affected by the audited event.

    Declaration
    public int AffectedUserId { get; set; }
    Property Value
    Type Description
    int
    Remarks

    Not used when no single user is affected by the event.

    View Source

    AffectedUserKey

    Gets or sets the key of the user affected by the audited event.

    Declaration
    public Guid? AffectedUserKey { get; set; }
    Property Value
    Type Description
    Guid?
    Remarks

    Not used when no single user is affected by the event.

    View Source

    EventDate

    Gets or sets the date and time of the audited event.

    Declaration
    public DateTime EventDate { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    EventDetails

    Gets or sets free-form details about the audited event.

    Declaration
    public string? EventDetails { get; set; }
    Property Value
    Type Description
    string
    View Source

    EventType

    Gets or sets the type of the audited event.

    Declaration
    public string? EventType { get; set; }
    Property Value
    Type Description
    string
    View Source

    PerformingDetails

    Gets or sets free-form details about the user triggering the audited event.

    Declaration
    public string? PerformingDetails { get; set; }
    Property Value
    Type Description
    string
    View Source

    PerformingIp

    Gets or sets the IP address or the request triggering the audited event.

    Declaration
    public string? PerformingIp { get; set; }
    Property Value
    Type Description
    string
    View Source

    PerformingUserId

    Gets or sets the identifier of the user triggering the audited event.

    Declaration
    public int PerformingUserId { get; set; }
    Property Value
    Type Description
    int
    View Source

    PerformingUserKey

    Gets or sets the key of the user triggering the audited event.

    Declaration
    public Guid? PerformingUserKey { get; set; }
    Property Value
    Type Description
    Guid?
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX