Click or drag to resize
ImportTypeEnum Enumeration
Import type enumeration.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax
C#
public enum ImportTypeEnum
Members
  Member nameValueDescription
None0 No objects.
AllNonConflicting1 All non-conflicting objects (in this case, for older packages, some of the objects are imported only if they don't exist yet).
New2 New objects.
Default3 Default.
All4 All objects.
See Also