ObjectHelper.GetBinaryData Method |
Gets DataSet with binary data of given files.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic static DataSet GetBinaryData(
GeneralizedInfo infoObj,
string[,] files,
long maxFileSize,
bool binaryData
)
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:
DataSet
See Also