View Source
Class MemberGroupTreeControllerBase
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class MemberGroupTreeControllerBase : NamedEntityTreeControllerBase<NamedEntityTreeItemResponseModel>
Constructors
View Source
MemberGroupTreeControllerBase(IEntityService)
Declaration
public MemberGroupTreeControllerBase(IEntityService entityService)
Parameters
Type |
Name |
Description |
IEntityService |
entityService |
|
Properties
View Source
ItemObjectType
Declaration
protected override UmbracoObjectTypes ItemObjectType { get; }
Property Value
Type |
Description |
UmbracoObjectTypes |
|