Share

DataFolder.dataFiles Property

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

Description

Returns a collection containing all of the items within this folder, excluding folders. Use the dataFolders property to get the folders.

Syntax

"dataFolder_var" is a variable referencing a DataFolder object.

# Get the value of the property.
propertyValue = dataFolder_var.dataFiles

Property Value

This is a read only property whose value is a DataFiles.

Version

Introduced in version January 2015

Was this information helpful?