Enum TorrentContentPriority
Torrent content file download priority
Namespace: QBittorrent.Client
Assembly: QBittorrent.Client.dll
Syntax
public enum TorrentContentPriority
Fields
Name | Description |
---|---|
High | The high priority (5). |
Low | The low priority (3). |
Maximal | The maximal priority (7). |
Minimal | The minimal priority (1). |
Normal | The normal priority (4). |
Skip | Do not download the file (0). |
VeryHigh | The very high priority (6). |
VeryLow | The very low priority (2). |