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

@@ -138,6 +138,10 @@
<Compile Include="Methods\GetDatatableFromCache\GetDatatableFromCacheMethod.vb" />
<Compile Include="Methods\GetDatatableFromCache\GetDatatableFromCacheRequest.vb" />
<Compile Include="Methods\GetDatatableFromCache\GetDatatableFromCacheResponse.vb" />
<Compile Include="Methods\GetFileObject\FileObject.vb" />
<Compile Include="Methods\GetFileObject\GetFileObjectRequest.vb" />
<Compile Include="Methods\GetFileObject\GetFileObjectResponse.vb" />
<Compile Include="Methods\GetFileObject\GetFileObjectMethod.vb" />
<Compile Include="Methods\GlobalIndexer\AutomaticIndex.vb" />
<Compile Include="Methods\GlobalIndexer\BaseIndex.vb" />
<Compile Include="Methods\GlobalIndexer\ImportFile\Steps\AutomaticIndexing.vb" />