CompatibilityPreferences.recoverSaveScanFrequency Property

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

Description

Gets and sets the frequency for recover save scan in minutes. It is a value greater than 0.

Syntax

"compatibilityPreferences_var" is a variable referencing a CompatibilityPreferences object.

# Get the value of the property.
propertyValue = compatibilityPreferences_var.recoverSaveScanFrequency

# Set the value of the property.
compatibilityPreferences_var.recoverSaveScanFrequency = propertyValue
"compatibilityPreferences_var" is a variable referencing a CompatibilityPreferences object.
#include <Core/Application/CompatibilityPreferences.h>

// Get the value of the property.
uinteger propertyValue = compatibilityPreferences_var->recoverSaveScanFrequency();

// Set the value of the property, where value_var is a uinteger.
bool returnValue = compatibilityPreferences_var->recoverSaveScanFrequency(value_var);

Property Value

This is a read/write property whose value is a uinteger.

Version

Introduced in version April 2026