Click or drag to resize
ExportProviderGetExportData Method (SiteExportSettings, QueryDataParameters, WhereCondition, String, Boolean, Boolean, TranslationHelper)

Note: This API is now obsolete.

Gets the export data for specified objects.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetExportData without QueryDataParameters")]
public static DataSet GetExportData(
	SiteExportSettings settings,
	QueryDataParameters parameters,
	WhereCondition where,
	string objectType,
	bool childData,
	bool selectionOnly,
	TranslationHelper th
)

Parameters

settings
Type: CMS.CMSImportExportSiteExportSettings
Export settings
parameters
Type: CMS.DataEngineQueryDataParameters
Query parameters for the selection
where
Type: CMS.DataEngineWhereCondition
Where condition for the objects
objectType
Type: SystemString
Object type
childData
Type: SystemBoolean
Indicates if child data should be included
selectionOnly
Type: SystemBoolean
If true, the method gets only the data needed for the selection
th
Type: CMS.DataEngineTranslationHelper
If set, data translation table is initialized

Return Value

Type: DataSet
See Also