Interface IFileSystemImporter
Interface IFileSystemImporter
Namespace: Unity.Industrial.Forma.Editor.UI.Service
Syntax
public interface IFileSystemImporter
Methods
ImportFileSystem()
Called when the user wants select and import from the file system.
Declaration
Task<IEnumerable<Product>> ImportFileSystem()
Returns
Type | Description |
---|---|
Task<IEnumerable<Product>> | Task<IEnumerable<Product>>. |