Click or drag to resize

ExportErrorManagerReTry Method

Clears the error for the provided documents and then queues up the Export process. NOTE: There is an implicit assumption that all export errors to retry come from the same export.

Namespace:  Law.EdaIntegration.Exports
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public void ReTry(
	IEnumerable<ExportError> exportErrors
)

Parameters

exportErrors
Type: System.Collections.GenericIEnumerableExportError
The list of export errors to reprocess
See Also