EDMIService: Update client and fix wrnog extension at import

This commit is contained in:
Jonathan Jenne
2021-12-17 10:25:14 +01:00
parent 977fff6999
commit cb00685085
14 changed files with 443 additions and 18 deletions

View File

@@ -6,6 +6,8 @@ Namespace Methods.GetFileObject
Public Class GetFileObjectRequest
<DataMember>
Public Property ObjectId As Long
<DataMember>
Public Property LoadFileContents As Boolean = False
End Class
End Namespace