Show last modified date for templates

This commit is contained in:
Jonathan Jenne
2022-10-10 11:45:08 +02:00
parent 8a1bb6911f
commit 16ace2c242
3 changed files with 33 additions and 1 deletions

View File

@@ -22,6 +22,11 @@ Namespace Templates
Public Property OutputDirectory As String
Public Property ArchiveDirectory As String
''' <summary>
''' Last modified date of the template file
''' </summary>
Public Property LastModified As Date
Public ReadOnly Property DocType As DocumentType
Get
Dim oDocType As String = GetParameter("DOCTYPE")