View Source
Class ItemLanguageItemController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ItemLanguageItemController : LanguageItemControllerBase
Constructors
View Source
ItemLanguageItemController(ILanguageService, IUmbracoMapper)
Declaration
public ItemLanguageItemController(ILanguageService languageService, IUmbracoMapper mapper)
Parameters
| Type |
Name |
Description |
| ILanguageService |
languageService |
|
| IUmbracoMapper |
mapper |
|
Methods
View Source
Item(CancellationToken, HashSet<String>)
Declaration
public async Task<IActionResult> Item(CancellationToken cancellationToken, HashSet<string> isoCodes)
Parameters
| Type |
Name |
Description |
| CancellationToken |
cancellationToken |
|
| HashSet<System.String> |
isoCodes |
|
Returns
| Type |
Description |
| Task<IActionResult> |
|