EDMIService: Add GetFileObject Method

This commit is contained in:
Jonathan Jenne
2021-12-16 13:54:41 +01:00
parent fc9720326e
commit ff60623130
7 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Namespace Methods.GetFileObject
<Serializable>
Public Class FileObject
Public Property ObjectId As Long
Public Property AccessRights As String
Public Property FileHash As String
Public Property FileSize As Long
End Class
End Namespace