• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class AuditLog

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "auditLog", Namespace = "")]
    public class AuditLog

    Properties

    View Source

    Comment

    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Comment
      • EntityType
      • LogType
      • NodeId
      • Parameters
      • Timestamp
      • UserAvatars
      • UserId
      • UserName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX