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:  EdaIntegrationContract.Import
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
void RemoveSources(
	List<ISource> uncommittedSources
)

Parameters

uncommittedSources
Type: System.Collections.GenericListISource
The list of ISources to remove
See Also