WIP: Use ConfigManager
This commit is contained in:
18
Global_Indexer/ClassConfig.vb
Normal file
18
Global_Indexer/ClassConfig.vb
Normal file
@@ -0,0 +1,18 @@
|
||||
Imports DigitalData.Modules.Config.ConfigAttributes
|
||||
|
||||
Public Class ClassConfig
|
||||
<ConnectionString>
|
||||
Public Property ConnectionString As String = ""
|
||||
|
||||
' Folderwatch
|
||||
Public Property FolderWatchStarted As Boolean = False
|
||||
Public Property FolderWatchScanStarted As Boolean = False
|
||||
|
||||
' PDF Viewer Settings
|
||||
Public Property UniversalViewerPath As String = ""
|
||||
Public Property FilePreview As Boolean = False
|
||||
|
||||
' Misc Settings
|
||||
Public Property DeleteOriginalFile As Boolean = False
|
||||
Public Property LogErrorsOnly As Boolean = True
|
||||
End Class
|
||||
Reference in New Issue
Block a user