PersonalUseLimits.maxEditableFileCount Property

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

Description

Returns the maximum number of documents that can be 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.maxEditableFileCount
"personalUseLimits_var" is a variable referencing a PersonalUseLimits object.
#include <Core/Dashboard/PersonalUseLimits.h>

// Get the value of the property.
integer propertyValue = personalUseLimits_var->maxEditableFileCount();

Property Value

This is a read only property whose value is an integer.

Version

Introduced in version May 2021