FormRecognizer..::..GetFilesOfAzureStorage Method
Function to get list of document of Azure Storage
Namespace:
FLEXYGOAssembly: flxSysProcess (in flxSysProcess.dll)
Syntax
public static bool GetFilesOfAzureStorage( EntityObject Entity, ref ProcessManager..::..ProcessHelper Ret, string StorageName, string StorageKey, string ContainerName, ref IRestResponse Response )
Public Shared Function GetFilesOfAzureStorage ( _ Entity As EntityObject, _ ByRef Ret As ProcessManager..::..ProcessHelper, _ StorageName As String, _ StorageKey As String, _ ContainerName As String, _ ByRef Response As IRestResponse _ ) As Boolean
Parameters
- Entity
- Type: FLEXYGO.Objects..::..EntityObject
- StorageName
- Type: String
- StorageKey
- Type: String
- ContainerName
- Type: String
- Response
- Type: IRestResponse%