Interface ITorrentFileInfo
Inherited Members
Namespace: MonoTorrent.Client
Assembly: MonoTorrent.dll
Syntax
public interface ITorrentFileInfo : ITorrentFile
Properties
BitField
Declaration
BitField BitField { get; }
Property Value
| Type | Description |
|---|---|
| BitField |
FullPath
The full path to the file on disk. Can be modified by calling MoveFileAsync(ITorrentFileInfo, String) or MoveFilesAsync(String, Boolean).
Declaration
string FullPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Priority
The priority of the file when downloading. Can be modified by calling SetFilePriorityAsync(ITorrentFileInfo, Priority)
Declaration
Priority Priority { get; }
Property Value
| Type | Description |
|---|---|
| Priority |