MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
UpdateLibrary Method (mode, filePaths, folderPath)
NamespacesMPfm.LibraryLibraryUpdateLibrary(UpdateLibraryMode, List<(Of <<'(String>)>>), String)
Starts a background worker process to update the library, using the mode passed in parameter. If the mode is SpecificFiles, then you must pass the file paths using a List of strings in the filePaths parameter. If the mode is SpecificFolder, then you must pass the folder path in the folderPath parameter.
Declaration Syntax
C#Visual Basic
public void UpdateLibrary(
	UpdateLibraryMode mode,
	List<string> filePaths,
	string folderPath
)
Public Sub UpdateLibrary ( _
	mode As UpdateLibraryMode, _
	filePaths As List(Of String), _
	folderPath As String _
)
Parameters
mode (UpdateLibraryMode)
Update Library mode
filePaths (List<(Of <(<'String>)>)>)
List of file paths (for the SpecificFiles mode)
folderPath (String)
Folder path (for the SpecificFolder mode)

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