SiteExportSettings Class |
Namespace: CMS.CMSImportExport
[SerializableAttribute] public class SiteExportSettings : AbstractImportExportSettings
The SiteExportSettings type exposes the following members.
Name | Description | |
---|---|---|
SiteExportSettings(IUserInfo) |
Constructor - Creates export settings.
| |
SiteExportSettings(SerializationInfo, StreamingContext) |
Constructor - Constructor for deserialization.
|
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.) | |
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.) | |
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.) | |
CopyFiles |
Indicates if the files should be processed.
| |
CreatePackage |
Indicates if the ZIP package should be created.
| |
CurrentUser |
Current user info.
(Inherited from AbstractImportExportSettings.) | |
DefaultProcessObjectType |
Default object process type.
(Inherited from AbstractImportExportSettings.) | |
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.) | |
ExportType |
Type of the export.
| |
HotfixVersion |
Hotfix version of the package.
(Overrides AbstractImportExportSettingsHotfixVersion.) | |
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.) | |
LogContext |
Log context used to log progress
(Inherited from AbstractImportExportSettings.) | |
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.) | |
SiteId |
Site ID of the site to be processed.
(Inherited from AbstractImportExportSettings.) | |
SiteInfo |
Site info of the site to be processed.
(Inherited from AbstractImportExportSettings.) | |
SiteName |
Site name of the site to be processed.
(Inherited from AbstractImportExportSettings.) | |
TargetFileName |
Target file name of the export package.
| |
TargetFullPath |
Gets complete target full path with file name.
| |
TargetPath |
Target path for the export package.
| |
TemporaryFilesPath |
Physical path to the temporary files (ends with \).
(Inherited from AbstractImportExportSettings.) | |
TimeStamp |
If set, only objects modified after this date are exported.
| |
UICulture |
UI culture.
(Inherited from AbstractImportExportSettings.) | |
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.) |
Name | Description | |
---|---|---|
Cancel |
Cancels the process.
(Inherited from AbstractImportExportSettings.) | |
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.
| |
EnsureSelectedObjectsExport |
Ensures that the given object type can include selected objects into the export
| |
GetAPIString |
Gets resource string in correct culture.
(Inherited from AbstractImportExportSettings.) | |
GetInfo |
Gets additional information.
(Inherited from AbstractImportExportSettings.) | |
GetObjectData |
Gets data for serialization.
(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.) | |
GetXML |
Returns export settings configuration in XML.
| |
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.) | |
IsExportedObjectType |
Returns true if the given object type is exported type (root type).
| |
IsLowerVersion |
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.) | |
IsUnsupportedVersion |
Indicates whether import package version is supported. Import of unsupported package version may result in error.
Unsupported version is a version which is two or more major versions behind the current one.
(Inherited from AbstractImportExportSettings.) | |
IsWarning |
Returns true if there are warnings during the process.
(Inherited from AbstractImportExportSettings.) | |
LoadDefaultSelection(Boolean) |
Loads the default selection to the export settings tables.
| |
LoadDefaultSelection(DefaultSelectionParameters) |
Loads the default selection to the import settings tables.
| |
LoadFromXML |
Loads export settings configuration from XML.
| |
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.) | |
SelectGlobalObjects |
Selects the exported objects by their name prefixes
| |
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.) |