View Source
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
public class RootMediaTypeTreeController : MediaTypeTreeControllerBase
Constructors
View Source
Declaration
public RootMediaTypeTreeController(IEntityService entityService, IMediaTypeService mediaTypeService)
Parameters
Type |
Name |
Description |
IEntityService |
entityService |
|
IMediaTypeService |
mediaTypeService |
|
Methods
View Source
Declaration
public async Task<ActionResult<PagedViewModel<MediaTypeTreeItemResponseModel>>> Root(CancellationToken cancellationToken, int skip = 0, int take = 100, bool foldersOnly = false)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
System.Boolean |
foldersOnly |
|
Returns