The ExportProvider type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
| 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(String, String, String, Boolean) | Obsolete.  
            Export site to file.
              | |
| ExportSite(String, String, String, Boolean, IUserInfo) | 
            Export site to file.
              | |
| ExportWebTemplate(String, String, String, String ) | Obsolete.  
            Export web template.
              | |
| ExportWebTemplate(String, String, String, String , IUserInfo) | 
            Export web template.
              | |
| ExportWebTemplate(String, String, String, String , Boolean, Boolean) | Obsolete.  
            Export web template.
              | |
| ExportWebTemplate(String, String, String, String , Boolean, Boolean, IUserInfo) | 
            Export web template. If the site does not exist, exports the global data.
              | |
| GetDirectories | 
            Get directories in source folder
              | |
| GetExportData(SiteExportSettings, String, Boolean, Boolean, Boolean, TranslationHelper) | 
            Gets the export data for specified objects.
              | |
| GetExportData(SiteExportSettings, QueryDataParameters, String, String, Boolean, Boolean, TranslationHelper) | 
            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.
              | 
Properties
| Name | Description | |
|---|---|---|
| ExcludedFiles | 
            Excluded files which are not included into the export package.
              | |
| ExcludedFolders | 
            Excluded folders which are not included into the export package.
              | 
Events
| Name | Description | |
|---|---|---|
| OnProgressLog | 
            Progress log event.
              | 
See Also