Table of Contents

Class MetaSearchOptions

Namespace
TorBoxSDK.Models.Search
Assembly
TorBoxSDK.dll

Options for filtering and customizing metadata search requests.

public sealed record MetaSearchOptions : IEquatable<MetaSearchOptions>
Inheritance
MetaSearchOptions
Implements
Inherited Members

Properties

Type

Gets the content type to filter metadata results by, or null to include all content types.

[QueryParameterName("type")]
public string? Type { get; init; }

Property Value

string