@jellyfin/sdk
    Preparing search index...

    Interface VirtualFolderInfo

    Used to hold information about a user's list of configured virtual folders.

    VirtualFolderInfo

    interface VirtualFolderInfo {
        CollectionType?: CollectionTypeOptions;
        ItemId?: null | string;
        LibraryOptions?: LibraryOptions;
        Locations?: null | string[];
        Name?: null | string;
        PrimaryImageItemId?: null | string;
        RefreshProgress?: null | number;
        RefreshStatus?: null | string;
    }
    Index

    Properties

    CollectionType?: CollectionTypeOptions

    VirtualFolderInfo

    ItemId?: null | string

    Gets or sets the item identifier.

    VirtualFolderInfo

    LibraryOptions?: LibraryOptions

    VirtualFolderInfo

    Locations?: null | string[]

    Gets or sets the locations.

    VirtualFolderInfo

    Name?: null | string

    Gets or sets the name.

    VirtualFolderInfo

    PrimaryImageItemId?: null | string

    Gets or sets the primary image item identifier.

    VirtualFolderInfo

    RefreshProgress?: null | number

    VirtualFolderInfo

    RefreshStatus?: null | string

    VirtualFolderInfo