ExportProviderSaveObjects Method |
Saves the objects to the file.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax 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