UserInterface.createCloudFileDialog Method
Parent Object: UserInterfaceDefined 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.
|
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. |