Search Results for

    Show / Hide Table of Contents
    View Source

    Class GetAuditLogDocumentController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ContentControllerBase
    DocumentControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Document
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class GetAuditLogDocumentController : DocumentControllerBase

    Constructors

    View Source

    GetAuditLogDocumentController(IAuthorizationService, IAuditService, IAuditLogPresentationFactory)

    Declaration
    public GetAuditLogDocumentController(IAuthorizationService authorizationService, IAuditService auditService, IAuditLogPresentationFactory auditLogPresentationFactory)
    Parameters
    Type Name Description
    IAuthorizationService authorizationService
    IAuditService auditService
    IAuditLogPresentationFactory auditLogPresentationFactory

    Methods

    View Source

    GetAuditLog(CancellationToken, Guid, Direction, Nullable<DateTimeOffset>, Int32, Int32)

    Declaration
    public async Task<IActionResult> GetAuditLog(CancellationToken cancellationToken, Guid id, Direction orderDirection = null, DateTimeOffset? sinceDate = null, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    Direction orderDirection
    System.Nullable<DateTimeOffset> sinceDate
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • GetAuditLogDocumentController(IAuthorizationService, IAuditService, IAuditLogPresentationFactory)
    • Methods
      • GetAuditLog(CancellationToken, Guid, Direction, Nullable<DateTimeOffset>, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX