Members
Icon | Member | Description |
---|---|---|
UpdateLibrary()()()() |
Starts a background worker process to update the library.
Refreshes the whole library by default.
| |
UpdateLibrary(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.
|