{CompanyName} FlexyGo

FormRecognizer..::..GetContainersOfAzureStorage Method

Function to get list of containers of Azure Storage

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

Syntax


public static bool GetContainersOfAzureStorage(
	EntityObject Entity,
	ref ProcessManager..::..ProcessHelper Ret,
	string StorageName,
	string StorageKey,
	ref IRestResponse Response
)
Public Shared Function GetContainersOfAzureStorage ( _
	Entity As EntityObject, _
	ByRef Ret As ProcessManager..::..ProcessHelper, _
	StorageName As String, _
	StorageKey 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
Response
Type: IRestResponse%

Return Value

true if XXXX, false otherwise.