Gets or sets the title displayed on the dialog.
# Get the value of the property.propertyValue = cloudFolderDialog_var.title# Set the value of the property.cloudFolderDialog_var.title = propertyValue
#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);