Click or drag to resize
ExportProviderGetExportData Method (SiteExportSettings, String, Boolean, Boolean, Boolean, TranslationHelper)
Gets the export data for specified objects.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetExportData(
	SiteExportSettings settings,
	string objectType,
	bool siteObjects,
	bool childData,
	bool selectionOnly,
	TranslationHelper th
)

Parameters

settings
Type: CMS.CMSImportExportSiteExportSettings
Export settings
objectType
Type: SystemString
Object type
siteObjects
Type: SystemBoolean
Indicates if the object type is site dependent
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