Skip to content

Codeunit WSB_DCAAzureBlobSetup

Exposes procedures to help with configuring Azure Blob Storage for Document Archive.

Properties

Name Value
Access Public

Methods

wgFncSelectContainer(Text@):Boolean

Allows for selecting a container in the current setup's storage account.

Parameters

Type Name Description
Text vContainerName The name of the selected container.

Returns

Type Description
Boolean true iff a container was selected.

wgFncSelectContainer(Text, Text@):Boolean

Allows for selecting a container in the current setup's storage account.

Parameters

Type Name Description
Text pStorageAccountName The name of the storage account to list the containers for.
Text vContainerName The name of the selected container.

Returns

Type Description
Boolean true iff a container was selected.

wgFncViewAvailableContainers(Text)

Opens a page to view the available containers for a storage account.

wgFncViewAvailableContainers

Opens a page to view the available containers for the current setup's storage account.

wgFncViewFilesInContainer

Opens a page to view all the files in the current setup's container.