Click or drag to resize
SiteImportSettings Properties

The SiteImportSettings type exposes the following members.

Properties
  NameDescription
Public propertyAdministratorId
Administrator user ID.
(Inherited from AbstractImportExportSettings.)
Public propertyAllowBulkInsert
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.
Public propertyAppCodeFolder
Name of the App_Code folder (depending on the package source - WebApp vs Website)
Public propertyCopyCodeFiles
Indicates if the code files should be processed.
Public propertyCopyFiles
Indicates if the files should be processed.
Public propertyCreateVersion
Indicates if the object version should be created for imported objects.
Public propertyCurrentUrl
Current URL of the import process.
Public propertyCurrentUser
Current user info.
(Inherited from AbstractImportExportSettings.)
Public propertyDefaultProcessObjectType
Default object process type.
(Inherited from AbstractImportExportSettings.)
Public propertyDeleteTemporaryFiles
Indicates if temporary files were created and should be deleted.
Public propertyEnableSearchTasks
Indicates if the search tasks should be enabled.
Protected propertyEventLog
Event log object.
(Inherited from AbstractImportExportSettings.)
Public propertyEventLogCode
Event log code.
(Inherited from AbstractImportExportSettings.)
Public propertyEventLogSource
Event log source.
(Inherited from AbstractImportExportSettings.)
Public propertyExcludedNames
Array of expressions. Objects with display names and code names starting with these expresions are filtered out.
(Inherited from AbstractImportExportSettings.)
Public propertyExistingSite
If true, import is into an existing site (defined by SiteId).
Public propertyFileOperations
File operations collection.
Public propertyFullVersion
Full package version
Public propertyHotfixVersion
Hotfix package version
(Overrides AbstractImportExportSettingsHotfixVersion.)
Public propertyImportOnlyNewObjects
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.
Public propertyImportSite
Indicates if site should be imported
Public propertyImportType
Type of the import process.
Public propertyInfoDataSet
DataSet with additional information.
(Inherited from AbstractImportExportSettings.)
Public propertyIsOlderHotfixVersion
Indicates if package is from older version including hotfix.
Public propertyIsOlderVersion
Indicates if package is from older version.
Public propertyIsWebApplication
Indicates whether the packages comes from web application or web site.
Public propertyIsWebTemplate
Indicates if web template is imported.
Public propertyLogContext
Log context used to log progress
(Inherited from AbstractImportExportSettings.)
Public propertyLogIntegration
Indicates if the integration tasks should be logged.
Public propertyLogObjectsWarnings
Indicates if binding and objects warnings should be logged.
Public propertyLogSynchronization
Indicates if the synchronization should be logged.
Public propertyModuleName
Specifies code name of the module that is imported by the package.
Public propertyOriginalTemporaryFilesPath
Original temporary files path.
(Inherited from AbstractImportExportSettings.)
Public propertyPersistentSettingsKey
Key for presistent storage.
(Inherited from AbstractImportExportSettings.)
Public propertyProcessCanceled
Indicates if the process should be canceled.
(Inherited from AbstractImportExportSettings.)
Public propertyProgressLog Obsolete.
Gets or sets the progress log
(Inherited from AbstractImportExportSettings.)
Public propertyRebuildSearchIndex
Indicates if site search indexes should be rebuilt at the end of import.
Public propertyRefreshMacroSecurity
Indicates if the macros security parameters should be refreshed during import.
Public propertyScriptParameter
Parameter which is used for SQL script execution.
Public propertySiteDescription
Site description.
Public propertySiteDisplayName
Site display name.
Public propertySiteDomain
Site domain name.
Public propertySiteId
Site ID of the site to be processed.
(Inherited from AbstractImportExportSettings.)
Public propertySiteInfo
Site info of the site to be processed.
(Inherited from AbstractImportExportSettings.)
Public propertySiteIsContentOnly
Content only site
Public propertySiteIsIncluded
Indicates if the site should be included in the package.
Public propertySiteName
Site name of the site to be processed.
(Inherited from AbstractImportExportSettings.)
Public propertySourceFilePath
Full source file path of the package (ends with \).
Public propertyTemporaryFilesCreated
Indicates if temporary files were created.
Public propertyTemporaryFilesPath
Physical path to the temporary files (ends with \).
(Inherited from AbstractImportExportSettings.)
Public propertyTranslationSiteId
Site ID of the site to be used for IDs translation.
Public propertyUICulture
UI culture.
(Inherited from AbstractImportExportSettings.)
Public propertyUseAutomaticSiteForTranslation
Indicates if site name from translation records should be used as a site source for objects.
Public propertyVersion
Version of the package.
(Overrides AbstractImportExportSettingsVersion.)
Public propertyWebsitePath
Physical path to the web site root (ends with \).
(Inherited from AbstractImportExportSettings.)
Public propertyWriteLog
Indicates if logging to the log is enabled.
(Inherited from AbstractImportExportSettings.)
Top
See Also