FileStream Read Method Kentico 8.0 API Reference
Reads data from stream and stores them into array.

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

Parameters

array
Type:  OnlineSystem Byte 
Array where result is stored.
offset
Type: OnlineSystem Int32
Offset from begining of file.
count
Type: OnlineSystem Int32
Number of characters which are read.

Return Value

Type: OnlineInt32
See Also