Click or drag to resize

IImportSetBuilderAddSources Method (ListString, ICustodian)

Adds a list of files or folders to the Import Set.

Namespace:  EdaIntegrationContract.Import
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
IReadOnlyList<ISource> AddSources(
	List<string> filesAndFolders,
	ICustodian custodian
)

Parameters

filesAndFolders
Type: System.Collections.GenericListString
A list of full-path file or folder names
custodian
Type: EdaIntegrationContract.ImportICustodian
The custodian responsible for the data.

Return Value

Type: IReadOnlyListISource
A list of the ISources that will be created or updated
See Also