Click or drag to resize

IImportSetBuilderAddSources Method (ListString, Boolean)

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,
	bool createMultipleCustodians
)

Parameters

filesAndFolders
Type: System.Collections.GenericListString
A list of full-path file or folder names
createMultipleCustodians
Type: SystemBoolean
Identifies whether to create a single custodian to be responsible for the imported data or to create a custodian for each top-level item provided.

Return Value

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