{CompanyName} FlexyGo

FormRecognizer..::..CreateFileInAzureStorage Method

Function to create document in Azure Storage

Namespace:  FLEXYGO
Assembly:  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
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
FileContents
Type: array<Byte>[]()[][]
FileContentsLength
Type: String
FileName
Type: String
StorageName
Type: String
StorageKey
Type: String
ContainerName
Type: String
Response
Type: IRestResponse%

Return Value

true if XXXX, false otherwise.