Click or drag to resize
ImportTypeEnum Enumeration
Import type enumeration.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 10.0.0
Syntax
C#
public enum ImportTypeEnum
Members
  Member nameValueDescription
None0 Do not import any objects.
AllNonConflicting1 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.
New2 Import only new objects.
Default3 Default.
AllForced4 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