Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IAuditItem

    Represents an audit item.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IAuditItem : IEntity, IDeepCloneable

    Properties

    View Source

    AuditType

    Gets the audit type.

    Declaration
    AuditType AuditType { get; }
    Property Value
    Type Description
    AuditType
    View Source

    Comment

    Gets the audit comments.

    Declaration
    string Comment { get; }
    Property Value
    Type Description
    System.String
    View Source

    EntityType

    Gets the audited entity type.

    Declaration
    string EntityType { get; }
    Property Value
    Type Description
    System.String
    View Source

    Parameters

    Gets optional additional data parameters.

    Declaration
    string Parameters { get; }
    Property Value
    Type Description
    System.String
    View Source

    UserId

    Gets the audit user identifier.

    Declaration
    int UserId { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AuditType
      • Comment
      • EntityType
      • Parameters
      • UserId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX