CloudFolderDialog.showDialog Method

Parent Object: CloudFolderDialog
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/CloudFolderDialog.h>

Description

Displays a modal dialog allowing the user to select a folder. The return value can be used to determine if the dialog was canceled without selecting a folder. The dataFolder property can be used to get the selected folder.

Syntax

"cloudFolderDialog_var" is a variable referencing a CloudFolderDialog object.
returnValue = cloudFolderDialog_var.showDialog()
"cloudFolderDialog_var" is a variable referencing a CloudFolderDialog object.

#include <Core/UserInterface/CloudFolderDialog.h>

returnValue = cloudFolderDialog_var->showDialog();

Return Value

Type Description
DialogResults Returns an enum value indicating which button was clicked on the dialog.

Version

Introduced in version April 2026