Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberFilter

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

    Properties

    View Source

    Filter

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

    IsApproved

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

    IsLockedOut

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

    MemberGroupName

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

    MemberTypeId

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