View Source
Class SortDocumentController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class SortDocumentController : DocumentControllerBase
Constructors
View Source
SortDocumentController(IAuthorizationService, IContentEditingService, IBackOfficeSecurityAccessor)
Declaration
public SortDocumentController(IAuthorizationService authorizationService, IContentEditingService contentEditingService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
Parameters
| Type |
Name |
Description |
| IAuthorizationService |
authorizationService |
|
| IContentEditingService |
contentEditingService |
|
| IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
Methods
View Source
Sort(CancellationToken, SortingRequestModel)
Declaration
public async Task<IActionResult> Sort(CancellationToken cancellationToken, SortingRequestModel sortingRequestModel)
Parameters
| Type |
Name |
Description |
| CancellationToken |
cancellationToken |
|
| SortingRequestModel |
sortingRequestModel |
|
Returns
| Type |
Description |
| Task<IActionResult> |
|