UserInterface.createCloudFolderDialog Method

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

Description

Creates a new CloudFolderDialog object which provides the ability to show a folder selection dialog to the user that allows them to choose a folder from Fusion web client.

Syntax

"userInterface_var" is a variable referencing a UserInterface object.
returnValue = userInterface_var.createCloudFolderDialog()
"userInterface_var" is a variable referencing a UserInterface object.

#include <Core/UserInterface/UserInterface.h>

returnValue = userInterface_var->createCloudFolderDialog();

Return Value

Type Description
CloudFolderDialog Returns the created CloudFolderDialog object that you can use to define the contents of and display a cloud folder dialog.

Version

Introduced in version April 2026