Click or drag to resize

CaseImports Property

Provides access to the Import Sessions for this case.

Namespace:  Law.EdaIntegration.Case
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public ImportManager Imports { get; }

Return Value

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