EDMI: Include Doctypes in ClientConfig
This commit is contained in:
@@ -9,6 +9,10 @@ Namespace DocumentResultList
|
||||
''' </summary>
|
||||
Public Property Id As Long
|
||||
|
||||
''' <summary>
|
||||
''' The access right given to the current user for this file
|
||||
''' </summary>
|
||||
''' <returns></returns>
|
||||
Public Property AccessRight As AccessRight
|
||||
|
||||
''' <summary>
|
||||
@@ -16,6 +20,7 @@ Namespace DocumentResultList
|
||||
''' and showing it in the DocumentViewer. It is saved without the dot-separator.
|
||||
''' </summary>
|
||||
Public Property Extension As String
|
||||
|
||||
''' <summary>
|
||||
''' Binary contents of the file.
|
||||
''' </summary>
|
||||
@@ -26,6 +31,7 @@ Namespace DocumentResultList
|
||||
Public Property FullPath As String = Nothing
|
||||
Public Property TempPath As String = Nothing
|
||||
Public Property FileHash As String = Nothing
|
||||
Public Property DocumentType As String = Nothing
|
||||
|
||||
Public Sub New(pPrimaryKey As Long)
|
||||
Id = pPrimaryKey
|
||||
|
||||
Reference in New Issue
Block a user