Click or drag to resize
ProcessObjectEnum Enumeration
Type of object processing enumeration.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 10.0.0
Syntax
C#
public enum ProcessObjectEnum
Members
  Member nameValueDescription
Default0 Default.
All1 Process all objects.
Selected2 Process only selected.
None3 Do not process.
SiteBinding4 Add site binding(special configuration).
See Also