| ImportExportHelperGetDataTable Method  | 
            Gets the data for given object type from DataSet
            
 
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntaxpublic 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: 
BooleanTrue, if the data table is not empty
See Also