Gets if this datafile has parents, (i.e. this is a child being referenced in another Fusion design).
# Get the value of the property.propertyValue = dataFile_var.hasParentReferences
#include <Core/Dashboard/DataFile.h>// Get the value of the property.boolean propertyValue = dataFile_var->hasParentReferences();