ResponseDataSenderWriteFile Method |
Streams the data file to the response.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public virtual byte[] WriteFile(
string filepath,
bool returnOutputData = false
)
Parameters
- filepath
- Type: SystemString
File path - returnOutputData (Optional)
- Type: SystemBoolean
If true, output data is returned
Return Value
Type:
ByteSee Also