@jellyfin/sdk
    Preparing search index...

    Interface BoxSetInfoRemoteSearchQuery

    BoxSetInfoRemoteSearchQuery

    interface BoxSetInfoRemoteSearchQuery {
        IncludeDisabledProviders?: boolean;
        ItemId?: string;
        SearchInfo?: BoxSetInfo;
        SearchProviderName?: null | string;
    }
    Index

    Properties

    IncludeDisabledProviders?: boolean

    Gets or sets a value indicating whether disabled providers should be included.

    BoxSetInfoRemoteSearchQuery

    ItemId?: string

    BoxSetInfoRemoteSearchQuery

    SearchInfo?: BoxSetInfo

    BoxSetInfoRemoteSearchQuery

    SearchProviderName?: null | string

    Gets or sets the provider name to search within if set.

    BoxSetInfoRemoteSearchQuery