Share

CloudFileDialog.isMultiSelectEnabled Property

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

Description

Gets or sets a value indicating whether the dialog allows multiple files to be selected. This defaults to False when a new CloudFileDialog is created. It is only used when using the showOpen method.

Syntax

"cloudFileDialog_var" is a variable referencing a CloudFileDialog object.

# Get the value of the property.
propertyValue = cloudFileDialog_var.isMultiSelectEnabled

# Set the value of the property.
cloudFileDialog_var.isMultiSelectEnabled = propertyValue

Property Value

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

Version

Introduced in version October 2022

Was this information helpful?