FileDownloadManagerAddFile Method (DownloadableFile) |
https://www.emgu.com
Add a file to download
Namespace:
Emgu.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic void AddFile(
DownloadableFile downloadableFile
)
Public Sub AddFile (
downloadableFile As DownloadableFile
)
public:
void AddFile(
DownloadableFile^ downloadableFile
)
member AddFile :
downloadableFile : DownloadableFile -> unit
Parameters
- downloadableFile
- Type: Emgu.ModelsDownloadableFile
The file to be downloaded
See Also