Click or drag to resize

CaseExports Property

Provides access to the Exports for this case.

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

Return Value

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