Click or drag to resize

ImportWithFileNameDerivedPropertiesActionFileNamePatternsIncluded Property

List of file names to import. The file names can contain wildcard characters (* and ?), which will be resolved to actual file paths.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public ImmutableList<string> FileNamePatternsIncluded { get; init; }

Property Value

ImmutableListString
See Also