MS Common Verzeichnisstruktur

This commit is contained in:
2024-03-19 15:10:51 +01:00
parent a3c66ecd19
commit 5abc1d9779
7 changed files with 68 additions and 34 deletions

View File

@@ -17,6 +17,7 @@ Public Class ConfigModel
Return New DbConfig() With {
.DocumentPath = oRow.ItemEx("DOCUMENT_PATH", ""),
.DocumentPathOrigin = oRow.ItemEx("DOCUMENT_PATH", ""),
.DocumentPath_DMZ = oRow.ItemEx("DOCUMENT_PATH_DMZ", ""),
.ExportPath = oRow.ItemEx("EXPORT_PATH", ""),
.ExportPath_DMZ = oRow.ItemEx("EXPORT_PATH_DMZ", ""),