Interface IResourceImporterWithReporter
public interface IResourceImporterWithReporter : IResourceImporter
- Inherited Members
Methods
Import(Stream, IProcessReporter, EcsContainer?, string?)
Task<ResourceResult> Import(Stream source, IProcessReporter reporter, EcsContainer? parent = null, string? fileName = null)
Parameters
source
Streamreporter
IProcessReporterparent
EcsContainerfileName
string