Integration Library
Integration Library
API Reference
Namespaces
Law.EdaIntegration.Import
ImportSetBuilder Class
ImportSetBuilder Methods
AddSources Method
AddSources Method (List(String), Custodian)
AddSources Method (List(String), Boolean)
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#
Copy
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
Source
s that will be created or updated
Implements
IImportSetBuilder
AddSources(List
String
, Custodian)
See Also
Reference
ImportSetBuilder Class
AddSources Overload
Law.EdaIntegration.Import Namespace