Click or drag to resize
ImportParameters Properties

The ImportParameters type exposes the following members.

Properties
  NameDescription
Public propertyData
Complete object package data
Public propertyExistingObject
Existing object
Public propertyCheckExisting
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.
Public propertyCheckUnique
If true, the objects should check their unique names
Public propertyImportedObjects
List of already imported objects
Public propertyObjectOriginalID
Represents original object ID
Public propertyObjectProcessType
Type of the object processing
Public propertyParentObject
Parent of the imported object(s)
Public propertyPostProcessing
Indicates if object is being imported in post processing
Public propertyPostProcessList
List of objects for post processing
Public propertySiteObject
Indicates if site object is being imported
Public propertySkipObjectUpdate
Indicates if the object update should be skipped
Public propertyTranslationHelper
Translation helper object to translate incoming IDs to new IDs
Public propertyUpdateChildObjects
Indicates if child object should be updated
Top
See Also