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

    CreationDate

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

    Email

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

    IsApproved

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

    IsLockedOut

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

    LastLockoutDate

    Declaration
    DateTime? LastLockoutDate { get; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    View Source

    LastLoginDate

    Declaration
    DateTime? LastLoginDate { get; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    View Source

    LastPasswordChangedDate

    Declaration
    DateTime? LastPasswordChangedDate { get; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    View Source

    UserName

    Declaration
    string UserName { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Comments
      • CreationDate
      • Email
      • IsApproved
      • IsLockedOut
      • LastLockoutDate
      • LastLoginDate
      • LastPasswordChangedDate
      • UserName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX