Click or drag to resize
GetFileHandlerWriteBytes Method
Streams the byte array to the response.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected void WriteBytes(
	byte[] data
)

Parameters

data
Type: SystemByte
Data to write
See Also