{CompanyName} FlexyGo

FormRecognizer..::..DeleteFileInAzureStorage Method

Function to delete document in Azure Storage

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool DeleteFileInAzureStorage(
	EntityObject Entity,
	ref ProcessManager..::..ProcessHelper Ret,
	string StorageName,
	string StorageKey,
	string ContainerName,
	string FileName,
	ref IRestResponse Response
)
Public Shared Function DeleteFileInAzureStorage ( _
	Entity As EntityObject, _
	ByRef Ret As ProcessManager..::..ProcessHelper, _
	StorageName As String, _
	StorageKey As String, _
	ContainerName As String, _
	FileName As String, _
	ByRef Response As IRestResponse _
) As Boolean

Parameters

Entity
Type: FLEXYGO.Objects..::..EntityObject
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
StorageName
Type: String
StorageKey
Type: String
ContainerName
Type: String
FileName
Type: String
Response
Type: IRestResponse%

Return Value

true if XXXX, false otherwise.