Click or drag to resize

IImportManager Interface

Manager of all interactions for importing documents into a case

Namespace:  EdaIntegrationContract.Import
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public interface IImportManager

The IImportManager type exposes the following members.

Properties
  NameDescription
Public propertyImportSets
Provides access to the Turbo Import Import Sets for this case.
Public propertyProperties
Provides access to the Import properties for this case.
Top
Methods
  NameDescription
Public methodCode exampleUpdateProperties
Saves the import properties to the case.
Top
See Also