Click or drag to resize

IImportSetBuilderRemoveSources Method

Removes sources from the Import Set. If the source being removed is the last source for new custodian then the custodian will also be removed.

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
void RemoveSources(
	List<Source> uncommittedSources
)

Parameters

uncommittedSources
Type: System.Collections.GenericListSource
The list of Sources to remove
See Also