Search Results for

    Show / Hide Table of Contents
    View Source

    Class ItemMemberItemController

    Inheritance
    System.Object
    ManagementApiControllerBase
    MemberItemControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Member.Item
    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
    Type Name Description
    IEntityService entityService
    IMemberPresentationFactory memberPresentationFactory

    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>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ItemMemberItemController(IEntityService, IMemberPresentationFactory)
    • Methods
      • Item(CancellationToken, HashSet<Guid>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX