 | DownloaderDownload Method |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static void Download(
byte[] fileBytes,
string filename
)
Public Shared Sub Download (
fileBytes As Byte(),
filename As String
)
Parameters
- fileBytes
- Type: SystemByte
- filename
- Type: SystemString
See Also