Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllSavedSearchLogViewerController

    Inheritance
    System.Object
    ManagementApiControllerBase
    LogViewerControllerBase
    SavedSearchLogViewerControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.LogViewer.SavedSearch
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AllSavedSearchLogViewerController : SavedSearchLogViewerControllerBase

    Constructors

    View Source

    AllSavedSearchLogViewerController(ILogViewerService, IUmbracoMapper)

    Declaration
    public AllSavedSearchLogViewerController(ILogViewerService logViewerService, IUmbracoMapper umbracoMapper)
    Parameters
    Type Name Description
    ILogViewerService logViewerService
    IUmbracoMapper umbracoMapper

    Methods

    View Source

    AllSavedSearches(CancellationToken, Int32, Int32)

    Gets a paginated list of all saved log searches.

    Declaration
    public async Task<ActionResult<PagedViewModel<SavedLogSearchResponseModel>>> AllSavedSearches(CancellationToken cancellationToken, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.Int32 skip

    The amount of items to skip.

    System.Int32 take

    The amount of items to take.

    Returns
    Type Description
    Task<ActionResult<PagedViewModel<SavedLogSearchResponseModel>>>

    The paged result of the saved log searches.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AllSavedSearchLogViewerController(ILogViewerService, IUmbracoMapper)
    • Methods
      • AllSavedSearches(CancellationToken, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX