ImportBaseOnNextFile Method |
Called when a new file is processed.
Namespace: ArthaChitra.Model.IOAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public abstract Task<bool> OnNextFile(
string filename
)
Parameters
- filename String
- File name
Return Value
TaskBooleanTrue if user wants to read the file else false. If true the file will be read using
StreamReader. If false, the iterate to the next file, if any.
See Also