CloudFolderDialog.title Property

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

Description

Gets or sets the title displayed on the dialog.

Syntax

"cloudFolderDialog_var" is a variable referencing a CloudFolderDialog object.

# Get the value of the property.
propertyValue = cloudFolderDialog_var.title

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

// Get the value of the property.
string propertyValue = cloudFolderDialog_var->title();

// Set the value of the property, where value_var is a string.
bool returnValue = cloudFolderDialog_var->title(value_var);

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version April 2026