View Source
Interface IPublishedMember
Assembly: Umbraco.Core.dll
Syntax
public interface IPublishedMember : IPublishedContent, IPublishedElement
Properties
View Source
Declaration
string? Comments { get; }
Property Value
View Source
CreationDate
Declaration
DateTime CreationDate { get; }
Property Value
| Type |
Description |
| DateTime |
|
View Source
Email
Declaration
Property Value
View Source
IsApproved
Declaration
Property Value
View Source
IsLockedOut
Declaration
bool IsLockedOut { get; }
Property Value
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
Property Value