The ImportProvider type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| AddComponentFiles | 
            Adds object component files for processing
              | |
| AddGlobalFolders | 
            Adds the global folders to import files list.
              | |
| AddImportFiles | 
            Adds the object files to the import files list.
              | |
| AddSiteFolders | 
            Adds the site folders to import files list.
              | |
| AddSourceFiles | 
            Adds object source files for processing (including code behind files, designer files)
              | |
| CreateTemporaryFiles | 
            Creates temporary files.
              | |
| DeleteTemporaryFiles | 
            Delete temporary files.
              | |
| GetBinaryDataSourcePath | 
            Gets source path for binary data
              | |
| GetDataSet | 
            Returns the dataset loaded from the given task data.
              | |
| GetExistingObjects | 
            Gets the Dataset of existing database objects.
              | |
| GetFirstExportFile | 
            Gets the first export file found in the specified directory.
              | |
| GetImportFilesList | 
            Gets all possible packages from import folder.
              | |
| GetImportFilesList(String) | 
            Gets all possible packages from import folder.
              | |
| GetObjectsData | 
            Gets the objects data table.
              | |
| GetTargetPath(SiteImportSettings, String) | 
            Gets real target path
              | |
| GetTargetPath(SiteImportSettings, String, Boolean) | 
            Gets real target path
              | |
| GetVersion | 
            Returns the version of the specified file.
              | |
| ImportAssembly | 
            Imports assembly file.
              | |
| ImportCanceled | 
            Import cancelled.
              | |
| ImportObjects | 
            Imports the objects.
              | |
| ImportObjectsData | 
            Imports all the objects.
              | |
| ImportObjectType | 
            Imports the specific object type.
              | |
| ImportSite(String, String, String, String, String) | Obsolete.  
            Import site from the file.
              | |
| ImportSite(String, String, String, String, String, IUserInfo) | 
            Import site from the file.
              | |
| IsImportEnabled | 
            Indicates if import is enabled.
              | |
| LoadObjects | 
            Loads the objects from the import package.
              | |
| LogProgress(String) | 
            Logs the import progress.
              | |
| LogProgress(LogStatusEnum, SiteImportSettings, String) | 
            Logs progress.
              | |
| LogProgressError | 
            Log progress error
              | |
| ProcessTask | 
            Processes the task.
              | |
| ProcessTasks | 
            Imports the objects.
              | |
| SetObject | 
            Sets imported object
              | |
| UpdateObject | 
            Updates the object. Returns true if the object was updated.
              | 
Events
| Name | Description | |
|---|---|---|
| OnProgressLog | 
            Progress log event.
              | 
See Also