Click or drag to resize
ObjectHelperGetBinaryData Method
Gets DataSet with binary data of given files.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetBinaryData(
	GeneralizedInfo infoObj,
	string[,] files,
	long maxFileSize,
	bool binaryData
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Info object
files
Type: SystemString
Array of files in format { {"fullPhysicalFile1Path", "fileType"} {"fullPhysicalFile2Path", "fileType"}}
maxFileSize
Type: SystemInt64
Maximal size in bytes of the file which should be included into the DataSet
binaryData
Type: SystemBoolean
If true, gets the binary data to the DataSet

Return Value

Type: DataSet
See Also