SiteImportSettings Class |
Namespace: CMS.CMSImportExport
[SerializableAttribute] public class SiteImportSettings : AbstractImportExportSettings
The SiteImportSettings type exposes the following members.
Name | Description | |
---|---|---|
SiteImportSettings | Obsolete.
Constructor - Creates import settings.
| |
SiteImportSettings(IUserInfo) |
Constructor - Creates import settings.
| |
SiteImportSettings(SerializationInfo, StreamingContext) |
Constructor - Constructor for deserialization.
|
Name | Description | |
---|---|---|
Cancel |
Cancels the process.
(Inherited from AbstractImportExportSettings.) | |
ClearInfoData |
Clears info data
| |
ClearProgressLog |
Clears progress log.
(Inherited from AbstractImportExportSettings.) | |
Deselect |
Selects the given object.
(Inherited from AbstractImportExportSettings.) | |
DeselectTask |
Selects the given task.
(Inherited from AbstractImportExportSettings.) | |
EnsureAutomaticSelection |
Ensures automatic selection for given object type.
| |
FinalizeEventLog |
Finalizes event log.
(Inherited from AbstractImportExportSettings.) | |
GetAPIString |
Gets resource string in correct culture.
(Inherited from AbstractImportExportSettings.) | |
GetInfo |
Gets additional information.
(Inherited from AbstractImportExportSettings.) | |
GetLimitedProgressLog |
Gets limited progress log for callback.
(Inherited from AbstractImportExportSettings.) | |
GetObjectData |
Serialization function.
(Overrides AbstractImportExportSettingsGetObjectData(SerializationInfo, StreamingContext).) | |
GetObjectsProcessType |
Gets process type of object type.
(Inherited from AbstractImportExportSettings.) | |
GetObjectTypeFilePath |
Gets file path within the package for object type.
(Inherited from AbstractImportExportSettings.) | |
GetObjectWhereCondition |
Gets the where condition for specified type of object.
(Inherited from AbstractImportExportSettings.) | |
GetProgressState |
Gets progress state.
(Inherited from AbstractImportExportSettings.) | |
GetSelectedObjects |
Gets selected objects of specified type.
(Inherited from AbstractImportExportSettings.) | |
GetSelectedObjectsArray |
Gets selected objects of specified type.
(Inherited from AbstractImportExportSettings.) | |
GetSelectedObjectTypes |
Gets object types that have been selected to process.
(Inherited from AbstractImportExportSettings.) | |
GetSelectedTasks |
Gets selected tasks of specified type.
(Inherited from AbstractImportExportSettings.) | |
GetSelectedTasksArray |
Gets selected tasks of specified type.
(Inherited from AbstractImportExportSettings.) | |
GetSettings |
Gets additional settings.
(Inherited from AbstractImportExportSettings.) | |
HandleObjectTypeClassNotFound |
Handles DataClassNotFoundException. Logs warning if missing data class belongs to the object type that is not imported
by the currently installed module. Returns the message that was logged or empty string.
| |
IsAutomaticallySelected |
Indicates if given object type is automatically selected.
(Inherited from AbstractImportExportSettings.) | |
IsEmptyObjectSelection |
Check if there is no selected object in general.
(Inherited from AbstractImportExportSettings.) | |
IsEmptyObjectSelection(Boolean) |
Check if there is no selected object.
(Inherited from AbstractImportExportSettings.) | |
IsEmptySelection |
Check if there is no selected object or task in general.
(Inherited from AbstractImportExportSettings.) | |
IsEmptyTaskSelection |
Check if there is no selected tasks in general.
(Inherited from AbstractImportExportSettings.) | |
IsEmptyTaskSelection(Boolean) |
Check if there is no selected tasks.
(Inherited from AbstractImportExportSettings.) | |
IsError |
Returns true if there is an error during the process.
(Inherited from AbstractImportExportSettings.) | |
IsIncluded(String) |
Check if object type (site or global) is included in the package.
| |
IsIncluded(String, Boolean) |
Check if object type is included in the package.
| |
IsLowerVersion(String) |
Indicates if current version is lower than given one.
(Inherited from AbstractImportExportSettings.) | |
IsLowerVersion(String, String) |
Indicates if current version is lower than given one.
(Inherited from AbstractImportExportSettings.) | |
IsObjectTypeProcessed |
Check if the object with specified code name is processed.
(Inherited from AbstractImportExportSettings.) | |
IsProcessed |
Check if the object with specified code name is processed.
(Inherited from AbstractImportExportSettings.) | |
IsSelected |
Check if the object with specified code name is selected.
(Inherited from AbstractImportExportSettings.) | |
IsTaskSelected |
Check if the task with specified code name is selected.
(Inherited from AbstractImportExportSettings.) | |
IsWarning |
Returns true if there are warnings during the process.
(Inherited from AbstractImportExportSettings.) | |
LoadDefaultSelection |
Loads the default selection to the export settings tables.
| |
LoadDefaultSelection(Boolean) |
Loads the default selection to the export settings tables.
| |
LoadDefaultSelection(String, Boolean, ImportTypeEnum) |
Loads the default selection to the export settings tables.
| |
LoadDefaultSelection(String, Boolean, ImportTypeEnum, Boolean, Boolean) |
Loads the default selection to the export settings tables.
| |
LogProgressError |
Logs error progress state.
(Inherited from AbstractImportExportSettings.) | |
LogProgressState |
Logs progress state.
(Inherited from AbstractImportExportSettings.) | |
SavePersistent |
Saves the settings object to the persistent storage.
(Inherited from AbstractImportExportSettings.) | |
SavePersistentLog |
Saves the log to the persistent storage.
(Inherited from AbstractImportExportSettings.) | |
Select |
Selects the given object.
(Inherited from AbstractImportExportSettings.) | |
SelectTask |
Selects the given task.
(Inherited from AbstractImportExportSettings.) | |
SetInfo |
Sets additional information.
(Inherited from AbstractImportExportSettings.) | |
SetObjectsProcessType |
Sets objects process type of specified type.
(Inherited from AbstractImportExportSettings.) | |
SetSelectedObjects |
Sets selected objects of specified type.
(Inherited from AbstractImportExportSettings.) | |
SetSelectedTasks |
Sets selected objects of specified object type.
(Inherited from AbstractImportExportSettings.) | |
SetSettings |
Sets additional settings.
(Inherited from AbstractImportExportSettings.) |
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
mCurrentUser |
Current user info.
(Inherited from AbstractImportExportSettings.) | |
mDefaultProcessObjectType |
Default object process type.
(Inherited from AbstractImportExportSettings.) | |
mEventLog |
Event log object.
(Inherited from AbstractImportExportSettings.) | |
mEventLogCode |
Event log code.
(Inherited from AbstractImportExportSettings.) | |
mEventLogSource |
Event log source.
(Inherited from AbstractImportExportSettings.) | |
mExcludedNames |
Excludes object names.
(Inherited from AbstractImportExportSettings.) | |
mFileOperations |
File operation collection.
| |
mInfoDataSet |
Data set with additional information.
(Inherited from AbstractImportExportSettings.) | |
mPersistentSettingsKey |
Persistent key to store the settings.
(Inherited from AbstractImportExportSettings.) | |
mProcessCanceled |
Flag for process cancelation.
(Inherited from AbstractImportExportSettings.) | |
mProcessGlobalObjectsHashtable |
Hashtable with lists of global objects to be processed.
(Inherited from AbstractImportExportSettings.) | |
mProcessSiteObjectsHashtable |
Hashtable with lists of site objects to be processed.
(Inherited from AbstractImportExportSettings.) | |
mProgressLog |
Process state.
(Inherited from AbstractImportExportSettings.) | |
mSelectedGlobalObjectsHashtable |
Hashtable with lists of global selected objects [ObjectType.ToLowerCSafe()] -> [List of code names]
(Inherited from AbstractImportExportSettings.) | |
mSelectedGlobalTasksHashtable |
Hashtable with lists of global selected tasks [ObjectType.ToLowerCSafe()] -> [List of task IDs]
(Inherited from AbstractImportExportSettings.) | |
mSelectedSiteObjectsHashtable |
Hashtable with lists of site selected objects [ObjectType.ToLowerCSafe()] -> [List of code names]
(Inherited from AbstractImportExportSettings.) | |
mSelectedSiteTasksHashtable |
Hashtable with lists of site selected tasks [ObjectType.ToLowerCSafe()] -> [List of task IDs]
(Inherited from AbstractImportExportSettings.) | |
mSettingsHashtable |
Hashtable with additional settings.
(Inherited from AbstractImportExportSettings.) | |
mSiteId |
Site ID.
(Inherited from AbstractImportExportSettings.) | |
mSiteInfo |
Site info.
(Inherited from AbstractImportExportSettings.) | |
mSiteName |
Site name.
(Inherited from AbstractImportExportSettings.) | |
mTemporaryFilesPath |
Temporary files path.
(Inherited from AbstractImportExportSettings.) | |
mUICulture |
Current UI culture.
(Inherited from AbstractImportExportSettings.) | |
mVersionsComparations |
Versions comparations.
(Inherited from AbstractImportExportSettings.) | |
mWebsitePath |
Website path.
(Inherited from AbstractImportExportSettings.) | |
mWriteLog |
If true, write to the log is enabled.
(Inherited from AbstractImportExportSettings.) |
Name | Description | |
---|---|---|
AdministratorId |
Administrator user ID.
(Inherited from AbstractImportExportSettings.) | |
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.) | |
ImportSite |
Indicates if site should be imported
| |
ImportType |
Type of the import process.
| |
InfoDataSet |
DataSet with additional information.
(Inherited from AbstractImportExportSettings.) | |
IsOlderHotfixVersion |
Indicates if package is from older version including hotfix.
| |
IsOlderVersion |
Indicates if package is from older version.
| |
IsQuerySpecialCaseRequired |
Indicates whether special handling of query import is required when dealing with this package version.
| |
IsWebApplication |
Indicates whether the packages comes from web application or web site.
| |
IsWebTemplate |
Indicates if web template is imported.
| |
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.
| |
ModuleName |
Specifies code name of the module that is imported by the package.
| |
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.) | |
ProgressLog |
Progress log of the process.
(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.) | |
SiteIsIncluded |
Indicates if the site should be included in the package.
| |
SiteName |
Site name of the site to be processed.
(Inherited from AbstractImportExportSettings.) | |
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.
| |
UseOldZipProvider |
Indicates if old ZIP provider should be used.
| |
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.) |