Click or drag to resize

ImportSetBuilderRemoveSources 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#
public void RemoveSources(
	List<Source> uncommittedSources
)

Parameters

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

Implements

IImportSetBuilderRemoveSources(ListSource)
See Also