Click or drag to resize

ImportWithFileNameDerivedPropertiesActionBulkImportFiles Method

Bulk import files, by extracting properties from the file name, putting them into property bags at different levels, and importing the file into the target table.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public void BulkImportFiles(
	IEnumerable<string> files,
	bool isInteractiveSession,
	CancellationToken cancellationToken,
	IProgress<(string text, double fraction)>? progressReporter
)

Parameters

files  IEnumerableString
The files to import.
isInteractiveSession  Boolean
Indicates whether the import is being performed in an interactive session. If true, MessageBoxes can appear that will ask the user for approval.
cancellationToken  CancellationToken
The cancellation token.
progressReporter  IProgressValueTupleString, Double
The progress reporter.
Exceptions
ExceptionCondition
Exception
See Also