Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IPublishedMember

    Represents a published member.

    Namespace: Umbraco.Cms.Core.Models.PublishedContent
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IPublishedMember : IPublishedContent, IPublishedElement
    Remarks

    Extends IPublishedContent with member-specific properties such as email, username, and account status information.

    Properties

    View Source

    Comments

    Gets the comments associated with the member account.

    Declaration
    string? Comments { get; }
    Property Value
    Type Description
    string
    View Source

    CreationDate

    Gets the date and time when the member account was created.

    Declaration
    DateTime CreationDate { get; }
    Property Value
    Type Description
    DateTime
    View Source

    Email

    Gets the email address of the member.

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

    IsApproved

    Gets a value indicating whether the member account is approved.

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

    IsLockedOut

    Gets a value indicating whether the member account is locked out.

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

    LastLockoutDate

    Gets the date and time when the member account was last locked out.

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

    LastLoginDate

    Gets the date and time of the member's last login.

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

    LastPasswordChangedDate

    Gets the date and time when the member's password was last changed.

    Declaration
    DateTime? LastPasswordChangedDate { get; }
    Property Value
    Type Description
    DateTime?
    View Source

    UserName

    Gets the username of the member.

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