mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-12-15 22:15:30 +00:00
Created FileList with ability to set used files
This commit is contained in:
8
HaDocumentNew/Interfaces/IHaDocumentOptions.cs
Normal file
8
HaDocumentNew/Interfaces/IHaDocumentOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace HaDocument.Interfaces;
|
||||
|
||||
public interface IHaDocumentOptions {
|
||||
string HamannXMLFilePath { get; set; }
|
||||
string[] AvailableVolumes { get; set; }
|
||||
bool NormalizeWhitespace { get; set; }
|
||||
(int, int) AvailableYearRange { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user