Click or drag to resize

IImportSetBuilderAddSources Method (ListString, Custodian)

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

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
IReadOnlyList<Source> AddSources(
	List<string> filesAndFolders,
	Custodian custodian
)

Parameters

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

Return Value

Type: IReadOnlyListSource
A list of the Sources that will be created or updated
See Also