Modules/GUIs.Common/DocumentResultList/DocumentResultInfo.vb

8 lines
179 B
VB.net

Imports DigitalData.Modules.EDMI.API.Client
Public Class DocumentResultInfo
Inherits DocumentInfo
Public Contents As Byte()
Public LastWriteTime As Date
End Class