Click or drag to resize
ImportExportHelperGetDataTable Method
Gets the data for given object type from DataSet

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static bool GetDataTable(
	DataSet ds,
	string objectType,
	ref DataTable data
)

Parameters

ds
Type: System.DataDataSet
DataSet with source data
objectType
Type: SystemString
Object type
data
Type: System.DataDataTable
DataTable with the specified data for the given object type

Return Value

Type: Boolean
True, if the data table is not empty
See Also