Click or drag to resize

ImportSetBuilder.AddSources Method (List<String>, 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#
public IReadOnlyList<Source> AddSources(
	List<string> filesAndFolders,
	Custodian custodian
)

Parameters

filesAndFolders
Type: System.Collections.Generic.List<String>
A list of full-path file or folder names
custodian
Type: Law.EdaIntegration.Import.Custodian
The custodian responsible for the data.

Return Value

Type: IReadOnlyList<Source>
A list of the Sources that will be created or updated

Implements

IImportSetBuilder.AddSources(List<String>, Custodian)
See Also