UserInterface.createCloudFileDialog Method

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

Description

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

Syntax

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

#include <Core/UserInterface/UserInterface.h>

returnValue = userInterface_var->createCloudFileDialog();

Return Value

Type Description
CloudFileDialog Returns the created CloudFileDialog object that you can use to define the contents of and display a standard file dialog.

Version

Introduced in version October 2022