Search Results for

    Show / Hide Table of Contents
    View Source

    Class AuditLogResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.AuditLog
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AuditLogResponseModel

    Properties

    View Source

    Comment

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

    LogType

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

    Parameters

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

    Timestamp

    Declaration
    public DateTimeOffset Timestamp { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    View Source

    User

    Declaration
    public ReferenceByIdModel User { get; set; }
    Property Value
    Type Description
    ReferenceByIdModel
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Comment
      • LogType
      • Parameters
      • Timestamp
      • User
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX