ExportProviderGetExportData Method (SiteExportSettings, WhereCondition, String, Boolean, Boolean, TranslationHelper) |
Gets the export data for specified objects.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax public static DataSet GetExportData(
SiteExportSettings settings,
WhereCondition where,
string objectType,
bool childData,
bool selectionOnly,
TranslationHelper th
)
Parameters
- settings
- Type: CMS.CMSImportExportSiteExportSettings
Export settings - 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:
DataSetSee Also