Click or drag to resize

ExportManagerResume Method

Resume an export if it was cancelled (e.g., when case was suspended)

Namespace:  Law.EdaIntegration.Exports
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public void Resume(
	Export export
)

Parameters

export
Type: Law.EdaIntegration.ExportsExport
export to resume
See Also