CloudFileDialog.dataFolder Property
Parent Object:
CloudFileDialogDefined in namespace "adsk::core" and the header file is <Core/UserInterface/CloudFileDialog.h>
Description
Gets or sets the initial DataFolder displayed in the dialog. The DataFolder should be in current project. If null, this defaults to the DataFolder that is currently active in the Data Panel.
When using the showSave method, use this property to get the DataFolder that the user specified.
Syntax
"cloudFileDialog_var" is a variable referencing a CloudFileDialog object.
# Get the value of the property. propertyValue = cloudFileDialog_var.dataFolder
# Set the value of the property. cloudFileDialog_var.dataFolder = propertyValue
|
"cloudFileDialog_var" is a variable referencing a CloudFileDialog object.
#include <Core/UserInterface/CloudFileDialog.h>
// Get the value of the property. Ptr<DataFolder> propertyValue = cloudFileDialog_var->dataFolder();
// Set the value of the property, where value_var is a DataFolder. bool returnValue = cloudFileDialog_var->dataFolder(value_var);
|
Property Value
This is a read/write property whose value is a
DataFolder.
Version
Introduced in version October 2022