Click or drag to resize
ExportProviderDeleteTemporaryFiles Method (SiteExportSettings, Boolean)
Delete temporary files.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void DeleteTemporaryFiles(
	SiteExportSettings settings,
	bool onlyFolderStructure
)

Parameters

settings
Type: CMS.CMSImportExportSiteExportSettings
Export settings
onlyFolderStructure
Type: SystemBoolean
Indicates if only folder structure should be deleted
See Also