View Source
  Class MemberUpdateModel
  
  
  
  
    Inheritance
      System.Object
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class MemberUpdateModel : MemberEditingModelBase
   
  Properties
  
  
    View Source
  
  IsLockedOut
  
  
  Declaration
  
    public bool IsLockedOut { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  IsTwoFactorEnabled
  
  
  Declaration
  
    public bool IsTwoFactorEnabled { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  NewPassword
  
  
  Declaration
  
    public string NewPassword { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  OldPassword
  
  
  Declaration
  
    public string OldPassword { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |