PersonalUseLimits.editableFiles Property

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

Description

Returns a list of the DataFile objects that have been set by the user to be editable.

Syntax

"personalUseLimits_var" is a variable referencing a PersonalUseLimits object.

# Get the value of the property.
propertyValue = personalUseLimits_var.editableFiles
"personalUseLimits_var" is a variable referencing a PersonalUseLimits object.
#include <Core/Dashboard/PersonalUseLimits.h>

// Get the value of the property.
std::vector<Ptr<DataFile>> propertyValue = personalUseLimits_var->editableFiles();

Property Value

This is a read only property whose value is an array of type DataFile.

Version

Introduced in version May 2021