Class AllSavedSearchLogViewerController
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.Controllers.LogViewer.SavedSearch
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class AllSavedSearchLogViewerController : SavedSearchLogViewerControllerBase
Constructors
View SourceAllSavedSearchLogViewerController(ILogViewerService, IUmbracoMapper)
Declaration
public AllSavedSearchLogViewerController(ILogViewerService logViewerService, IUmbracoMapper umbracoMapper)
Parameters
Type | Name | Description |
---|---|---|
ILog |
logViewerService | |
IUmbraco |
umbracoMapper |
Methods
View SourceAllSavedSearches(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 |
---|---|---|
Cancellation |
cancellationToken | |
System. |
skip | The amount of items to skip. |
System. |
take | The amount of items to take. |
Returns
Type | Description |
---|---|
Task<Action |
The paged result of the saved log searches. |