Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IPublishedMember

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

    Properties

    View Source

    Comments

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

    CreationDate

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

    Email

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

    IsApproved

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

    IsLockedOut

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

    LastLockoutDate

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

    LastLoginDate

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

    LastPasswordChangedDate

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

    UserName

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