PersonalUseLimits.editableFileCount Property
Parent Object:
PersonalUseLimitsDefined in namespace "adsk::core" and the header file is <Core/Dashboard/PersonalUseLimits.h>
Description
Returns the current number of documents that are 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.editableFileCount
|
"personalUseLimits_var" is a variable referencing a PersonalUseLimits object.
#include <Core/Dashboard/PersonalUseLimits.h>
// Get the value of the property. integer propertyValue = personalUseLimits_var->editableFileCount();
|
Property Value
This is a read only property whose value is an integer.
Version
Introduced in version May 2021