ConnectionFolderDto
A folder available in a document storage connection. Returned by the list-folders endpoint
used to drive the in-app folder browser.
Properties
| Name | Type | Description |
|---|---|---|
| containerId | string | Platform-specific folder identifier. Pass this back as |
Platform-specific folder identifier. Pass this back as | ||
| name | string | Folder display name. |
Folder display name. | ||
| webUrl | string | Direct link to open the folder in the provider's web UI. |
Direct link to open the folder in the provider's web UI. | ||
JSON Example
{
"containerId": "string",
"name": "string",
"webUrl": "string"
}