MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
SelectAlbumTitlesWithFilePaths Method (audioFileFormat)
NamespacesMPfm.LibraryLibrarySelectAlbumTitlesWithFilePaths(AudioFileFormat)
Returns a list of distinct album titles with the file path of one of the audio files of the album, using the filter passed in the soundFormat parameter.
Declaration Syntax
C#Visual Basic
public Dictionary<string, string> SelectAlbumTitlesWithFilePaths(
	AudioFileFormat audioFileFormat
)
Public Function SelectAlbumTitlesWithFilePaths ( _
	audioFileFormat As AudioFileFormat _
) As Dictionary(Of String, String)
Parameters
audioFileFormat (AudioFileFormat)
Audio file format filter
Return Value
List of album titles with file path

Assembly: MPfm.Library (Module: MPfm.Library) Version: 0.5.3.0 (0.5.3.0)