ImportParameters Class |
Namespace: CMS.CMSImportExport
public class ImportParameters
The ImportParameters type exposes the following members.
Name | Description | |
---|---|---|
ImportParameters |
Name | Description | |
---|---|---|
CheckExisting |
If true, the import process should check the existing object, otherwise it should import the object always as a new object.
Not checking existing objects when not necessary improves import performance.
| |
CheckUnique |
If true, the objects should check their unique names
| |
Data |
Complete object package data
| |
ExistingObject |
Existing object
| |
ImportedObjects |
List of already imported objects
| |
ObjectOriginalID |
Represents original object ID
| |
ObjectProcessType |
Type of the object processing
| |
ParentObject |
Parent of the imported object(s)
| |
PostProcessing |
Indicates if object is being imported in post processing
| |
PostProcessList |
List of objects for post processing
| |
SiteObject |
Indicates if site object is being imported
| |
SkipObjectUpdate |
Indicates if the object update should be skipped
| |
TranslationHelper |
Translation helper object to translate incoming IDs to new IDs
| |
UpdateChildObjects |
Indicates if child object should be updated
|
Name | Description | |
---|---|---|
GetValueReturnType |
Gets extra parameter
| |
SetValue |
Sets extra parameter
|