FileStream Write Method Kentico 8.0 API Reference
Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

buffer
Type:  OnlineSystem Byte 
Buffer
offset
Type: OnlineSystem Int32
Offset
count
Type: OnlineSystem Int32
Number of chars
See Also