Interface LibraryStructureApiRemoveVirtualFolderRequest

Request parameters for removeVirtualFolder operation in LibraryStructureApi.

LibraryStructureApiRemoveVirtualFolderRequest

interface LibraryStructureApiRemoveVirtualFolderRequest {
    name?: string;
    refreshLibrary?: boolean;
}

Properties

name?: string

The name of the folder.

LibraryStructureApiRemoveVirtualFolder

refreshLibrary?: boolean

Whether to refresh the library.

LibraryStructureApiRemoveVirtualFolder