Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberFilterItem

    Represents a member in a filtered listing, covering both content-based and external-only members.

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

    Constructors

    View Source

    MemberFilterItem()

    Declaration
    public MemberFilterItem()

    Properties

    View Source

    Email

    Gets or sets the email address.

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

    IsApproved

    Gets or sets a value indicating whether the member is approved.

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

    IsExternalOnly

    Gets or sets a value indicating whether this is an external-only member.

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

    IsLockedOut

    Gets or sets a value indicating whether the member is locked out.

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

    Key

    Gets or sets the unique key of the member.

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Kind

    Gets or sets the member kind.

    Declaration
    public MemberKind Kind { get; set; }
    Property Value
    Type Description
    MemberKind
    View Source

    LastLockoutDate

    Gets or sets the last lockout date.

    Declaration
    public DateTime? LastLockoutDate { get; set; }
    Property Value
    Type Description
    DateTime?
    View Source

    LastLoginDate

    Gets or sets the last login date.

    Declaration
    public DateTime? LastLoginDate { get; set; }
    Property Value
    Type Description
    DateTime?
    View Source

    LastPasswordChangeDate

    Gets or sets the last password change date.

    Declaration
    public DateTime? LastPasswordChangeDate { get; set; }
    Property Value
    Type Description
    DateTime?
    View Source

    MemberTypeIcon

    Gets or sets the member type icon. Null for external-only members.

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

    MemberTypeKey

    Gets or sets the member type key. Null for external-only members.

    Declaration
    public Guid? MemberTypeKey { get; set; }
    Property Value
    Type Description
    Guid?
    View Source

    MemberTypeName

    Gets or sets the member type name. Null for external-only members.

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

    Name

    Gets or sets the display name.

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

    UserName

    Gets or sets the username.

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