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