Table of Contents

Class SearchEngine

Namespace
TorBoxSDK.Models.User
Assembly
TorBoxSDK.dll

Represents a search engine configured in the user's settings.

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

Properties

Enabled

Gets a value indicating whether the search engine is currently enabled.

[JsonPropertyName("enabled")]
public bool Enabled { get; init; }

Property Value

bool

Name

Gets the name of the search engine, or null if not available.

[JsonPropertyName("name")]
public string? Name { get; init; }

Property Value

string