SiteImportSettings Properties |
The SiteImportSettings type exposes the following members.
Name | Description | |
---|---|---|
AdministratorId |
Administrator user ID.
(Inherited from AbstractImportExportSettings.) | |
AllowBulkInsert |
If true, the import process allows bulk inserts for the data to speed up the import process.
If bulk insert is allowed, some event handlers may not be fired during the import process.
| |
AppCodeFolder |
Name of the App_Code folder (depending on the package source - WebApp vs Website)
| |
CopyCodeFiles |
Indicates if the code files should be processed.
| |
CopyFiles |
Indicates if the files should be processed.
| |
CreateVersion |
Indicates if the object version should be created for imported objects.
| |
CurrentUrl |
Current URL of the import process.
| |
CurrentUser |
Current user info.
(Inherited from AbstractImportExportSettings.) | |
DefaultProcessObjectType |
Default object process type.
(Inherited from AbstractImportExportSettings.) | |
DeleteTemporaryFiles |
Indicates if temporary files were created and should be deleted.
| |
EnableSearchTasks |
Indicates if the search tasks should be enabled.
| |
EventLog |
Event log object.
(Inherited from AbstractImportExportSettings.) | |
EventLogCode |
Event log code.
(Inherited from AbstractImportExportSettings.) | |
EventLogSource |
Event log source.
(Inherited from AbstractImportExportSettings.) | |
ExcludedNames |
Array of expressions. Objects with display names and code names starting with these expresions are filtered out.
(Inherited from AbstractImportExportSettings.) | |
ExistingSite |
If true, import is into an existing site (defined by SiteId).
| |
FileOperations |
File operations collection.
| |
FullVersion |
Full package version
| |
HotfixVersion |
Hotfix package version
(Overrides AbstractImportExportSettingsHotfixVersion.) | |
ImportOnlyNewObjects |
If true, only new objects (including new children and bindings) are imported and already existing objects are not updated with the package data.
This setting is useful especially when importing data from web template which may contain additional child objects but should not overwrite already customized data.
| |
ImportSite |
Indicates if site should be imported
| |
ImportType |
Type of the import process.
| |
InfoDataSet |
DataSet with additional information.
(Inherited from AbstractImportExportSettings.) | |
IsInstallableModule |
Indicates if export or import is being performed as part of installable module package creation or installation.
(Inherited from AbstractImportExportSettings.) | |
IsNewSite |
Indicates if new site is being imported (either from a web template or based on blank site).
| |
IsOlderHotfixVersion |
Indicates if package is from older version including hotfix.
| |
IsOlderVersion |
Indicates if package is from older version.
| |
IsWebApplication |
Indicates whether the packages comes from web application or web site.
| |
IsWebTemplate |
Indicates if web template is imported.
| |
LogContext |
Log context used to log progress
(Inherited from AbstractImportExportSettings.) | |
LogIntegration |
Indicates if the integration tasks should be logged.
| |
LogObjectsWarnings |
Indicates if binding and objects warnings should be logged.
| |
LogSynchronization |
Indicates if the synchronization should be logged.
| |
MacroSecurityUser |
Gets or sets the user whose identity is to be used for macro signing when RefreshMacroSecurity is set.
The default value is CurrentUser.
| |
ModuleName |
Specifies code name of the module that is imported or exported as an installable module package.
(Inherited from AbstractImportExportSettings.) | |
OriginalTemporaryFilesPath |
Original temporary files path.
(Inherited from AbstractImportExportSettings.) | |
PersistentSettingsKey |
Key for presistent storage.
(Inherited from AbstractImportExportSettings.) | |
ProcessCanceled |
Indicates if the process should be canceled.
(Inherited from AbstractImportExportSettings.) | |
RebuildSearchIndex |
Indicates if site search indexes should be rebuilt at the end of import.
| |
RefreshMacroSecurity |
Indicates if the macros security parameters should be refreshed during import.
| |
ScriptParameter |
Parameter which is used for SQL script execution.
| |
SiteDescription |
Site description.
| |
SiteDisplayName |
Site display name.
| |
SiteDomain |
Site domain name.
| |
SiteId |
Site ID of the site to be processed.
(Inherited from AbstractImportExportSettings.) | |
SiteInfo |
Site info of the site to be processed.
(Inherited from AbstractImportExportSettings.) | |
SiteIsContentOnly |
Content only site
| |
SiteIsIncluded |
Indicates if the site should be included in the package.
| |
SiteName |
Site name of the site to be processed.
(Inherited from AbstractImportExportSettings.) | |
SitePresentationUrl |
Presentation URL of the site.
| |
SourceFilePath |
Full source file path of the package (ends with \).
| |
TemporaryFilesCreated |
Indicates if temporary files were created.
| |
TemporaryFilesPath |
Physical path to the temporary files (ends with \).
(Inherited from AbstractImportExportSettings.) | |
TranslationSiteId |
Site ID of the site to be used for IDs translation.
| |
UICulture |
UI culture.
(Inherited from AbstractImportExportSettings.) | |
UseAutomaticSiteForTranslation |
Indicates if site name from translation records should be used as a site source for objects.
| |
Version |
Version of the package.
(Overrides AbstractImportExportSettingsVersion.) | |
WebsitePath |
Physical path to the web site root (ends with \).
(Inherited from AbstractImportExportSettings.) | |
WriteLog |
Indicates if logging to the log is enabled.
(Inherited from AbstractImportExportSettings.) |