| AbstractImportExportSettings Fields |
The AbstractImportExportSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| mCurrentUser |
Current user info.
| |
| mDefaultProcessObjectType |
Default object process type.
| |
| mEventLog |
Event log object.
| |
| mEventLogCode |
Event log code.
| |
| mEventLogSource |
Event log source.
| |
| mExcludedNames |
Excludes object names.
| |
| mInfoDataSet |
Data set with additional information.
| |
| mPersistentSettingsKey |
Persistent key to store the settings.
| |
| mProcessCanceled |
Flag for process cancelation.
| |
| mProcessGlobalObjectsHashtable |
Hashtable with lists of global objects to be processed.
| |
| mProcessSiteObjectsHashtable |
Hashtable with lists of site objects to be processed.
| |
| mSelectedGlobalObjectsHashtable |
Hashtable with lists of global selected objects [ObjectType.ToLowerCSafe()] -> [List of code names]
| |
| mSelectedGlobalTasksHashtable |
Hashtable with lists of global selected tasks [ObjectType.ToLowerCSafe()] -> [List of task IDs]
| |
| mSelectedSiteObjectsHashtable |
Hashtable with lists of site selected objects [ObjectType.ToLowerCSafe()] -> [List of code names]
| |
| mSelectedSiteTasksHashtable |
Hashtable with lists of site selected tasks [ObjectType.ToLowerCSafe()] -> [List of task IDs]
| |
| mSettingsHashtable |
Hashtable with additional settings.
| |
| mSiteId |
Site ID.
| |
| mSiteInfo |
Site info.
| |
| mSiteName |
Site name.
| |
| mTemporaryFilesPath |
Temporary files path.
| |
| mUICulture |
Current UI culture.
| |
| mVersionsComparations |
Versions comparations.
| |
| mWebsitePath |
Website path.
| |
| mWriteLog |
If true, write to the log is enabled.
| |
| SEPARATOR |
Internal status separator.
|