ObjectHelper GetBinaryData Method Kentico 8.1 API Reference
Gets DataSet with binary data of given files.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

infoObj
Type: CMS.DataEngine GeneralizedInfo
Info object
files
Type:  OnlineSystem String 
Array of files in format { {"fullPhysicalFile1Path", "fileType"} {"fullPhysicalFile2Path", "fileType"}}
maxFileSize
Type: OnlineSystem Int64
Maximal size in bytes of the file which should be included into the DataSet
binaryData
Type: OnlineSystem Boolean
If true, gets the binary data to the DataSet

Return Value

Type: OnlineDataSet
See Also