C# Class TTAPI.Send.GetPlaylist

Inheritance: APICall
Exibir arquivo Open project: Inumedia/Turntable-API.NET

Public Properties

Property Type Description
minimal bool
playlist_name string

Public Methods

Method Description
GetPlaylist ( string name = "default", bool isMinimal = false ) : System

Method Details

GetPlaylist() public method

public GetPlaylist ( string name = "default", bool isMinimal = false ) : System
name string
isMinimal bool
return System

Property Details

minimal public_oe property

public bool minimal
return bool

playlist_name public_oe property

public string playlist_name
return string