Click or drag to resize

ExportErrorManagerSaveSelectedToCsv Method

Saves exceptions with supplied ids to csv file

Namespace:  Law.EdaIntegration.Exports
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public void SaveSelectedToCsv(
	string filename,
	IEnumerable<int> errorIdsToSave
)

Parameters

filename
Type: SystemString
The name of the csv file to create
errorIdsToSave
Type: System.Collections.GenericIEnumerableInt32
ids of exceptions to save
See Also