Class PlaylistCreationRequest
  
  
  
  
    Inheritance
    System.Object
    PlaylistCreationRequest
   
  
  Assembly: MediaBrowser.Controller.dll
  
  
    public class PlaylistCreationRequest
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public bool IsPublic { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public long[] ItemIdList { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64[] |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string MediaType { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public User User { get; set; }
   
  Property Value
  
  Extension Methods