ExportProvider Class |
Namespace: CMS.CMSImportExport
public static class ExportProvider
The ExportProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ExcludedFiles |
Excluded files which are not included into the export package.
|
![]() ![]() | ExcludedFolders |
Excluded folders which are not included into the export package.
|
Name | Description | |
---|---|---|
![]() ![]() | CopyAssemblyFiles |
Copies assembly files for given object type
|
![]() ![]() | CopyComponentFile |
Copies component files for given object type
|
![]() ![]() | CopyDirectory(String, String, String) |
Copies specified directory including its subdirectories and all underlying files.
|
![]() ![]() | CopyDirectory(String, String, String, String) |
Copies specified directory including its sub-directories and all underlying files.
|
![]() ![]() | CopyFile |
Copy file for the export and unset the readonly attributes.
|
![]() ![]() | CopyFiles |
Copies the object files to the destination package.
|
![]() ![]() | CopySourceFiles |
Copies all source files (including code behind files, designer files)
|
![]() ![]() | DeleteTemporaryFiles |
Delete temporary files in default folder.
|
![]() ![]() | DeleteTemporaryFiles(SiteExportSettings, Boolean) |
Delete temporary files.
|
![]() ![]() | ExportAssembly |
Exports assembly file.
|
![]() ![]() | ExportCanceled |
Export canceled.
|
![]() ![]() | ExportObject(GeneralizedInfo, String, String, IUserInfo) |
Export site to file.
|
![]() ![]() | ExportObject(Int32, String, String, String, IUserInfo) |
Export site to file.
|
![]() ![]() | ExportObjectsData |
Exports all the objects.
|
![]() ![]() | ExportSite |
Export site to file.
|
![]() ![]() | ExportWebTemplate |
Export web template.
|
![]() ![]() | GetDirectories |
Get directories in source folder
|
![]() ![]() | GetExportData(SiteExportSettings, WhereCondition, String, Boolean, Boolean, TranslationHelper) |
Gets the export data for specified objects.
|
![]() ![]() | GetExportData(SiteExportSettings, String, Boolean, Boolean, Boolean, TranslationHelper) |
Gets the export data for specified objects.
|
![]() ![]() | GetExportData(SiteExportSettings, QueryDataParameters, WhereCondition, String, Boolean, Boolean, TranslationHelper) | Obsolete.
Gets the export data for specified objects.
|
![]() ![]() | GetExportData(SiteExportSettings, QueryDataParameters, String, String, Boolean, Boolean, TranslationHelper) | Obsolete.
Gets the export data for specified objects.
|
![]() ![]() | GetFiles |
Gets files in source folder
|
![]() ![]() | IsFileExcluded |
Indicates if file name is excluded.
|
![]() ![]() | LogProgress(String) |
Logs the export progress.
|
![]() ![]() | LogProgress(LogStatusEnum, SiteExportSettings, String) |
Logs progress.
|
![]() ![]() | LogProgressError |
Logs progress error.
|
![]() ![]() | SaveObjects |
Saves the objects to the file.
|
Name | Description | |
---|---|---|
![]() ![]() | OnProgressLog |
Progress log event.
|