First pass of new config
This commit is contained in:
33
app/DD_PM_WINDREAM/ClassConfig.vb
Normal file
33
app/DD_PM_WINDREAM/ClassConfig.vb
Normal file
@@ -0,0 +1,33 @@
|
||||
Imports DigitalData.Modules.Config.ConfigAttributes
|
||||
|
||||
Public Class ClassConfig
|
||||
' Global Settings (from computerconfig, overridable by userconfig)
|
||||
<ConnectionString>
|
||||
Public Property ConnectionString As String = ""
|
||||
<ConnectionStringTest>
|
||||
Public Property ConnectionStringTest As String = ""
|
||||
|
||||
' PDF Viewer Settings
|
||||
Public Property UniversalViewerPath As String = ""
|
||||
Public Property XChangeViewerPath As String = ""
|
||||
Public Property SumatraViewerPath As String = ""
|
||||
|
||||
Public Property PDFViewerZoomLevel As Integer = 3
|
||||
Public Property PDFViewer As String = "internal"
|
||||
Public Property DefaultViewer As String = "docview"
|
||||
|
||||
' Windream Settings
|
||||
Public Property IndexDmsErstellt As String = "DMS erstellt"
|
||||
Public Property IndexDmsErstelltZeit As String = "DMS erstellt (Zeit)"
|
||||
|
||||
' Digital Data Settings
|
||||
Public Property UserManagerPath As String = ""
|
||||
|
||||
' File Settings
|
||||
Public Property VersionDelimiter As String = "~"
|
||||
Public Property FileDelimiter As String = "_"
|
||||
|
||||
' Misc Settings
|
||||
Public Property LogErrorsOnly As Boolean = True
|
||||
Public Property WindreamSessionStartStopOnStartup As Boolean = False
|
||||
End Class
|
||||
Reference in New Issue
Block a user