- IDownloadProvider
IDownloadProvider
Namespace: Middleware
Assembly: Middleware
Download provider. Provides download information used by the DownloadPlugin module. This item must be implemented by the host application and made available via DI.Methods
DownloadCategoriesGet(Int64) | User download file Categories |
DownloadCategoriesGet() | Publicy downloadable file Categories |
GetDownloadItem(Int64) | Retrieve File |
GetDownloadItem(Int64, Int64) | Retrieve File |
ItemDownloaded(Int64, Int64) | File download by a user |
ItemDownloaded(Int64) | File download by anyone |