Skip to main content

Folder

Struct for a single folder.

NameDescriptionType
typeThe type of the folder (eg. eftPropertyFolder).FolderType
dataAdditional folder type -specific information as a union.FolderInfoUnion

Example

{
"type": 6 /* Enum: FolderType */,
"data": {
"external_view_folder": {
"external_repository_folder_id": {
"connection": "<connection>",
"item": "<item>"
}
}
}
}