Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberFilter

    Inheritance
    System.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
    System.String
    View Source

    IsApproved

    Declaration
    public bool? IsApproved { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    View Source

    IsLockedOut

    Declaration
    public bool? IsLockedOut { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    View Source

    MemberGroupName

    Declaration
    public string MemberGroupName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    MemberTypeId

    Declaration
    public Guid? MemberTypeId { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Filter
      • IsApproved
      • IsLockedOut
      • MemberGroupName
      • MemberTypeId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX