Click or drag to resize
ExportProviderSaveObjects Method
Saves the objects to the file.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void SaveObjects(
	SiteExportSettings settings,
	DataSet ds,
	string objectType,
	bool siteObjects
)

Parameters

settings
Type: CMS.CMSImportExportSiteExportSettings
Export settings
ds
Type: System.DataDataSet
DataSet with the objects data
objectType
Type: SystemString
Type of the object
siteObjects
Type: SystemBoolean
Indicates if object type is site dependent
See Also