Search Results for

    Show / Hide Table of Contents
    View Source

    Class FilterMemberFilterController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ContentControllerBase
    MemberControllerBase
    MemberFilterControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Member.Filter
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class FilterMemberFilterController : MemberFilterControllerBase

    Constructors

    View Source

    FilterMemberFilterController(IMemberService, IMemberPresentationFactory, IBackOfficeSecurityAccessor)

    Declaration
    public FilterMemberFilterController(IMemberService memberService, IMemberPresentationFactory memberPresentationFactory, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IMemberService memberService
    IMemberPresentationFactory memberPresentationFactory
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Filter(CancellationToken, Nullable<Guid>, String, Nullable<Boolean>, Nullable<Boolean>, String, Direction, String, Int32, Int32)

    Declaration
    public async Task<IActionResult> Filter(CancellationToken cancellationToken, Guid? memberTypeId = null, string memberGroupName = null, bool? isApproved = null, bool? isLockedOut = null, string orderBy = "username", Direction orderDirection = null, string filter = null, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.Nullable<Guid> memberTypeId
    System.String memberGroupName
    System.Nullable<System.Boolean> isApproved
    System.Nullable<System.Boolean> isLockedOut
    System.String orderBy
    Direction orderDirection
    System.String filter
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • FilterMemberFilterController(IMemberService, IMemberPresentationFactory, IBackOfficeSecurityAccessor)
    • Methods
      • Filter(CancellationToken, Nullable<Guid>, String, Nullable<Boolean>, Nullable<Boolean>, String, Direction, String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX