Class UserConfiguration
  
  
  
  
    Inheritance
    System.Object
    UserConfiguration
   
  
  Assembly: MediaBrowser.Model.dll
  
  
    public class UserConfiguration
   
  Properties
  
  
  
  
  
  Gets or sets the audio language preference.
Declaration
  
    public string AudioLanguagePreference { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String | The audio language preference. | 
    
  
  
  
  
  
  
  
  Declaration
  
    public bool DisplayMissingEpisodes { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    [Obsolete]
public bool EnableLocalPassword { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public bool EnableNextEpisodeAutoPlay { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public bool HidePlayedInLatest { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public bool HidePlayedInMoreLikeThis { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public bool HidePlayedInSuggestions { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public SegmentSkipMode IntroSkipMode { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string[] LatestItemsExcludes { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String[] |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string[] MyMediaExcludes { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String[] |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string[] OrderedViews { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String[] |  | 
    
  
  
  
  
  
  Gets or sets a value indicating whether [play default audio track].
Declaration
  
    public bool PlayDefaultAudioTrack { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean | trueif [play default audio track]; otherwise,false.
 | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string ProfilePin { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public bool RememberAudioSelections { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public bool RememberSubtitleSelections { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public int ResumeRewindSeconds { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  
  Gets or sets the subtitle language preference.
Declaration
  
    public string SubtitleLanguagePreference { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String | The subtitle language preference. | 
    
  
  
  
  
  
  
  
  Declaration
  
    public SubtitlePlaybackMode SubtitleMode { get; set; }
   
  Property Value
  
  Extension Methods