Click or drag to resize

ICaseImports Property

Provides access to the Import Sessions for this case.

Namespace:  EdaIntegrationContract.Case
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
IImportManager Imports { get; }

Return Value

Type: IImportManager
Returns the ImportManager for accessing information relating to the import processing for this case.
See Also