Click or drag to resize

PsrOptionListDefaultsOfflineModeLockTimeouts Enumeration

Offline database timeout. After that amount of time the database cannot be decrypted anymore.

Namespace:  PsrApi.Data
Assembly:  PsrApi (in PsrApi.dll) Version: 9.3.0.33526 (08.10.2025)+e4d6269d444890d28afbdf39a4add0d0ad0df4f2
Syntax
C#
public enum OfflineModeLockTimeouts
Members
  Member nameValueDescription
DeactivateOfflineDbNever1825 After five years without synchronization
DeactivateOfflineDbAfter007DaysWithoutSync7 After seven days without synchronization
DeactivateOfflineDbAfter014DaysWithoutSync14 After two weeks without synchronization
DeactivateOfflineDbAfter030DaysWithoutSync30 After one month without synchronization
DeactivateOfflineDbAfter090DaysWithoutSync90 After three months without synchronization
See Also