add export path

This commit is contained in:
Jonathan Jenne
2023-12-04 10:43:54 +01:00
parent b8471389b9
commit 03100e1a2a
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ Public Class ConfigModel
Return New DbConfig() With {
.DocumentPath = oRow.ItemEx("DOCUMENT_PATH", ""),
.ExportPath = oRow.ItemEx("EXPORT_PATH", ""),
.SendingProfile = oRow.ItemEx("SENDING_PROFILE", 0),
.SignatureHost = oRow.ItemEx("SIGNATURE_HOST", ""),
.ExternalProgramName = oRow.ItemEx("EXTERNAL_PROGRAM_NAME", "")