Codeunit WSB_DCAAzureBlobSetup¶
Exposes procedures to help with configuring Azure Blob Storage for Document Archive.
Properties¶
| Name | Value |
|---|---|
| Access | Public |
Methods¶
wgFncSelectContainer¶
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¶
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¶
Opens a page to view the available containers for a storage account.
Parameters¶
| Type | Name | Description |
|---|---|---|
Text |
pStorageAccountName |
The name of the storage account to view the available containers for. |
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.