FormRecognizer..::..CreateFileInAzureStorage Method
Function to create document in Azure Storage
Namespace:
FLEXYGOAssembly: flxSysProcess (in flxSysProcess.dll)
Syntax
public static bool CreateFileInAzureStorage( EntityObject Entity, ref ProcessManager..::..ProcessHelper Ret, byte[] FileContents, string FileContentsLength, string FileName, string StorageName, string StorageKey, string ContainerName, ref IRestResponse Response )
Public Shared Function CreateFileInAzureStorage ( _ Entity As EntityObject, _ ByRef Ret As ProcessManager..::..ProcessHelper, _ FileContents As Byte(), _ FileContentsLength As String, _ FileName As String, _ StorageName As String, _ StorageKey As String, _ ContainerName As String, _ ByRef Response As IRestResponse _ ) As Boolean
Parameters
- Entity
- Type: FLEXYGO.Objects..::..EntityObject
- FileContents
- Type: array<Byte>[]()[][]
- FileContentsLength
- Type: String
- FileName
- Type: String
- StorageName
- Type: String
- StorageKey
- Type: String
- ContainerName
- Type: String
- Response
- Type: IRestResponse%