CloudFolderDialog.dataFolder Property

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

Description

Gets the folder selected by the user in the dialog. This property is used after the showDialog method has been called to retrieve the folder selected by the user.

Syntax

"cloudFolderDialog_var" is a variable referencing a CloudFolderDialog object.

# Get the value of the property.
propertyValue = cloudFolderDialog_var.dataFolder
"cloudFolderDialog_var" is a variable referencing a CloudFolderDialog object.
#include <Core/UserInterface/CloudFolderDialog.h>

// Get the value of the property.
Ptr<DataFolder> propertyValue = cloudFolderDialog_var->dataFolder();

Property Value

This is a read only property whose value is a DataFolder.

Version

Introduced in version April 2026