addVirtualFolder
suspend fun addVirtualFolder(name: String? = null, collectionType: CollectionTypeOptions? = null, paths: Collection<String>? = emptyList(), refreshLibrary: Boolean? = false, data: AddVirtualFolderDto? = null): Response<Unit>
Adds a virtual folder.
Parameters
name
The name of the virtual folder.
collectionType
The type of the collection.
paths
The paths of the virtual folder.
refreshLibrary
Whether to refresh the library.