MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
SongQuery Constructor (artistName, albumTitle)
NamespacesMPfmSongQuerySongQuery(String, String)
Constructor for SongQuery that defines the query as Artist/Album using the artist name and album title passed in parameter.
Declaration Syntax
C#Visual Basic
public SongQuery(
	string artistName,
	string albumTitle
)
Public Sub New ( _
	artistName As String, _
	albumTitle As String _
)
Parameters
artistName (String)
Artist Name
albumTitle (String)
Album Title

Assembly: MPfm (Module: MPfm) Version: 0.6.0.0 (0.6.0.0)