Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberFilter

    Represents filter criteria for querying members.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.Membership
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberFilter

    Constructors

    View Source

    MemberFilter()

    Declaration
    public MemberFilter()

    Properties

    View Source

    Filter

    Gets or sets a text filter to search members by name, email, or username.

    Declaration
    public string? Filter { get; set; }
    Property Value
    Type Description
    string
    View Source

    IsApproved

    Gets or sets a value to filter by approval status.

    Declaration
    public bool? IsApproved { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    IsLockedOut

    Gets or sets a value to filter by locked out status.

    Declaration
    public bool? IsLockedOut { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    MemberGroupName

    Gets or sets the member group name to filter by.

    Declaration
    public string? MemberGroupName { get; set; }
    Property Value
    Type Description
    string
    View Source

    MemberTypeId

    Gets or sets the member type identifier to filter by.

    Declaration
    public Guid? MemberTypeId { get; set; }
    Property Value
    Type Description
    Guid?
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX