EDMI: UpdateFile WIP
This commit is contained in:
@@ -25,6 +25,15 @@
|
||||
Public Property DateImported As Date = Date.Now
|
||||
End Class
|
||||
|
||||
Public Class UpdateFileOptions
|
||||
Inherits BaseOptions
|
||||
|
||||
''' <summary>
|
||||
''' Should the changes in the file result in a new version? Otherwise the old file will be overridden.
|
||||
''' </summary>
|
||||
Public Property CreateNewFileVersion As Boolean = False
|
||||
End Class
|
||||
|
||||
Public Class ImportFileOptions
|
||||
Inherits BaseOptions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user