Add optional Document Id to Documents

This commit is contained in:
2023-08-12 20:21:52 +02:00
parent cbb57f7039
commit 65bcc7bbb1
4 changed files with 57 additions and 53 deletions

View File

@ -36,6 +36,7 @@ namespace Elwig.Documents {
public string Header { get; set; }
public string Footer { get; set; }
public DateTime Date { get; set; }
public string? DocumentId { get; set; }
private async Task<string> Render() {
string name;