Click or drag to resize
AdvancedGetFileHandlerWriteFile Method
Streams the data file to the response.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected 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: Byte
Returns streamed binary data if requested by returnOutputData. Binary data are never returned for range requests.
See Also