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.2.5.33325 (02.09.2025)+429b894eb63dde25f05b27278f37720b53aa9a8f
Syntaxpublic enum OfflineModeLockTimeouts
Members
| Member name | Value | Description |
---|
| DeactivateOfflineDbNever | 1825 |
After five years without synchronization
|
| DeactivateOfflineDbAfter007DaysWithoutSync | 7 |
After seven days without synchronization
|
| DeactivateOfflineDbAfter014DaysWithoutSync | 14 |
After two weeks without synchronization
|
| DeactivateOfflineDbAfter030DaysWithoutSync | 30 |
After one month without synchronization
|
| DeactivateOfflineDbAfter090DaysWithoutSync | 90 |
After three months without synchronization
|
See Also