View Source
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
public class MediaTypeTreeControllerBase : FolderTreeControllerBase<MediaTypeTreeItemResponseModel>
Constructors
View Source
Declaration
public MediaTypeTreeControllerBase(IEntityService entityService, IMediaTypeService mediaTypeService)
Parameters
Type |
Name |
Description |
IEntityService |
entityService |
|
IMediaTypeService |
mediaTypeService |
|
Properties
View Source
Declaration
protected override UmbracoObjectTypes FolderObjectType { get; }
Property Value
Type |
Description |
UmbracoObjectTypes |
|
View Source
Declaration
protected override UmbracoObjectTypes ItemObjectType { get; }
Property Value
Type |
Description |
UmbracoObjectTypes |
|
Methods
View Source
Declaration
protected override MediaTypeTreeItemResponseModel[] MapTreeItemViewModels(Guid? parentKey, IEntitySlim[] entities)
Parameters
Type |
Name |
Description |
System.Nullable<Guid> |
parentKey |
|
IEntitySlim[] |
entities |
|
Returns