Method ImportAllPaths
ImportAllPaths(IEnumerable<string>)
Import of Multiple Filesystem paths is not supported.
Declaration
public Task<(bool, IEnumerable<Product>)> ImportAllPaths(IEnumerable<string> paths)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | paths | The paths. |
Returns
| Type | Description |
|---|---|
| Task<(bool, IEnumerable<Product>)> | System.ValueTuple<System.Boolean, IEnumerable<Product>>. |