EDMIAPI: Encapsulate Zooflow and Globix methods into their own classes
This commit is contained in:
@@ -67,7 +67,7 @@ Public Class DocumentLoader
|
||||
End Function
|
||||
|
||||
Private Function Load_FromZooflow(pObjectId As Long) As DocumentResultInfo
|
||||
Dim oFileObject As FileObject = Client.GetFileObject(pObjectId, pLoadFileContents:=True)
|
||||
Dim oFileObject As FileObject = Client.Zooflow_GetFileObject(pObjectId, pLoadFileContents:=True)
|
||||
|
||||
If oFileObject Is Nothing Then
|
||||
Return Nothing
|
||||
|
||||
Reference in New Issue
Block a user