View Source
  Class UserModel
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    [DataContract(Name = "user", Namespace = "")]
public class UserModel
   
  Properties
  
  
    View Source
  
  Email
  
  
  Declaration
  
    [DataMember(Name = "email")]
public string Email { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Name
  
  
  Declaration
  
    [DataMember(Name = "name")]
public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Password
  
  
  Declaration
  
    [DataMember(Name = "password")]
public string Password { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  SubscribeToNewsLetter
  
  
  Declaration
  
    [DataMember(Name = "subscribeToNewsLetter")]
public bool SubscribeToNewsLetter { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  TelemetryLevel
  
  
  Declaration
  
    [DataMember(Name = "telemetryLevel")]
public TelemetryLevel TelemetryLevel { get; set; }
   
  Property Value