View Source
Class ItemMemberItemController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ItemMemberItemController : MemberItemControllerBase
Constructors
View Source
ItemMemberItemController(IEntityService, IMemberPresentationFactory)
Declaration
public ItemMemberItemController(IEntityService entityService, IMemberPresentationFactory memberPresentationFactory)
Parameters
Methods
View Source
Item(CancellationToken, HashSet<Guid>)
Declaration
public async Task<IActionResult> Item(CancellationToken cancellationToken, HashSet<Guid> ids)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
HashSet<Guid> |
ids |
|
Returns
Type |
Description |
Task<IActionResult> |
|