ImportWithFileNameDerivedPropertiesActionFolderOrTableNameUsedAsTemplateIfTargetTableIsMissing Property |
Gets or sets the name of a folder or atable that is used as a template if the target table does not exist.
In this case, if the string represents a folder, the contents of the folder is copied to the folder of the target table, or,
if the string represents a table, the table is copied to the target table before importing the files.
Namespace: Altaxo.Serialization.NamePropertyExtractionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic string FolderOrTableNameUsedAsTemplateIfTargetTableIsMissing { get; init; }Property Value
String
See Also