addVirtualFolder

suspend fun addVirtualFolder(name: String? = null, collectionType: <Error class: unknown class>? = null, paths: Collection<String>? = emptyList(), refreshLibrary: Boolean? = false, data: <Error class: unknown class>? = 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.