Click or drag to resize

ICaseExports Property

Provides access to the Exports for this case.

Namespace:  EdaIntegrationContract.Case
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
IExportManager Exports { get; }

Return Value

Type: IExportManager
Returns the ExportManager for accessing information relating to the export processing for this case.
See Also