Common/DocumentResultList: Cache opened files and load as stream

This commit is contained in:
Jonathan Jenne
2021-02-24 16:40:53 +01:00
parent d63d90f0d2
commit 1277c393ba
4 changed files with 602 additions and 342 deletions

View File

@@ -0,0 +1,8 @@
Imports DigitalData.Modules.EDMI.API.Client
Public Class DocumentResultInfo
Inherits DocumentInfo
Public Contents As Byte()
Public LastWriteTime As Date
End Class