Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IAuditLogPresentationFactory

    Namespace: Umbraco.Cms.Api.Management.Factories
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public interface IAuditLogPresentationFactory

    Methods

    View Source

    CreateAuditLogViewModel(IEnumerable<IAuditItem>)

    Declaration
    IEnumerable<AuditLogResponseModel> CreateAuditLogViewModel(IEnumerable<IAuditItem> auditItems)
    Parameters
    Type Name Description
    IEnumerable<IAuditItem> auditItems
    Returns
    Type Description
    IEnumerable<AuditLogResponseModel>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CreateAuditLogViewModel(IEnumerable<IAuditItem>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX