Table of Contents

Enum SeedPreference

Namespace
TorBoxSDK.Models.Torrents
Assembly
TorBoxSDK.dll

Specifies the seeding behavior for a torrent after download completion.

public enum SeedPreference

Fields

Auto = 1

Automatically determine seeding behavior based on user settings.

NoSeed = 3

Do not seed the torrent after download completion.

Seed = 2

Seed the torrent after download completion.

Unknown = 0

An unknown or unmapped seed preference was returned.