View Source
Class AllDictionaryController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class AllDictionaryController : DictionaryControllerBase
Constructors
View Source
AllDictionaryController(IDictionaryItemService, IUmbracoMapper)
Declaration
public AllDictionaryController(IDictionaryItemService dictionaryItemService, IUmbracoMapper umbracoMapper)
Parameters
Type |
Name |
Description |
IDictionaryItemService |
dictionaryItemService |
|
IUmbracoMapper |
umbracoMapper |
|
Methods
View Source
All(CancellationToken, String, Int32, Int32)
Declaration
public async Task<ActionResult<PagedViewModel<DictionaryOverviewResponseModel>>> All(CancellationToken cancellationToken, string filter = null, int skip = 0, int take = 100)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
System.String |
filter |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns