ImportTypeEnum Enumeration |
Import type enumeration.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax public enum ImportTypeEnum
Members
| Member name | Value | Description |
---|
| None | 0 |
Do not import any objects.
|
| AllNonConflicting | 1 |
Import all objects unless there is a potential conflict between older and newer version data.
In this case, for older packages, some of the objects are imported only if they don't exist yet.
Use AllForced to always overwrite data.
|
| New | 2 |
Import only new objects.
|
| Default | 3 |
Default.
|
| AllForced | 4 |
Forcibly import all objects, even if there can be potential collisions of data from older package.
Use AllNonConflicting to avoid overwriting of the new data by the package data.
|
See Also