Add optional Document Id to Documents
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user