C# 클래스 TTAPI.Send.GetPlaylist

상속: APICall
파일 보기 프로젝트 열기: Inumedia/Turntable-API.NET

공개 프로퍼티들

프로퍼티 타입 설명
minimal bool
playlist_name string

공개 메소드들

메소드 설명
GetPlaylist ( string name = "default", bool isMinimal = false ) : System

메소드 상세

GetPlaylist() 공개 메소드

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

프로퍼티 상세

minimal 공개적으로 프로퍼티

public bool minimal
리턴 bool

playlist_name 공개적으로 프로퍼티

public string playlist_name
리턴 string