Click or drag to resize

ExportManager.Resume Method

Resume an export if it was cancelled

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

Parameters

export
Type: Law.EdaIntegration.Exports.Export
export to resume
See Also