Returns the parent folder this folder is contained within. Returns null if this is the project's root folder.
# Get the value of the property.propertyValue = dataFolder_var.parentFolder
#include <Core/Dashboard/DataFolder.h>// Get the value of the property.Ptr<DataFolder> propertyValue = dataFolder_var->parentFolder();