This endpoint is used to download bytes that are served via a class that inherits from Blackbaud.AppFx.Server.AppCatalog.AppCustomFileDownLoadProcessor.
| Parameter |
Usage |
Type |
Description |
| DBName |
Required |
string |
The name of the database to use for this request. The list of available databases is defined in web.config and can be retrieved here. |
| AssemblyName |
Required |
string |
The name of the assembly the AppCustomFileDownLoadProcessor is in. |
| ClassName |
Required |
string |
The name of the AppCustomFileDownLoadProcessor class. |
| TimeOutSeconds |
Optional |
Integer |
The max seconds to wait before timing out. If not specified or 0 then a default setting will be used from the web.config appsettings. |