Gets DataSet with binary data of given files.
Namespace: CMS.DataEngineAssembly: 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: System String
Array of files in format { {"fullPhysicalFile1Path", "fileType"} {"fullPhysicalFile2Path", "fileType"}}
- maxFileSize
- Type: System Int64
Maximal size in bytes of the file which should be included into the DataSet
- binaryData
- Type: System Boolean
If true, gets the binary data to the DataSet
Return Value
Type: DataSetSee Also