PortalFolderDto
A folder entry for portal document navigation.
Shared between the main API portal-view and client portal folder browsing.
Properties
| Name | Type | Description |
|---|---|---|
| folderId | string | The external platform folder ID |
The external platform folder ID | ||
| name | string | Display name of the folder |
Display name of the folder | ||
| path | string | Encoded path to pass as portalFolderPath when drilling into this folder. |
Encoded path to pass as portalFolderPath when drilling into this folder. | ||
JSON Example
{
"folderId": "string",
"name": "string",
"path": "string"
}