Enum MigrationMode

Enum Documentation

enum kiwix::MigrationMode

Values:

enumerator UPGRADE_ONLY

When migrating bookmarks, do not allow to migrate to an older book than the currently pointed one (or date stored in the bookmark if book is invalid)

If no newer books are found, no upgrade is made.

enumerator ALLOW_DOWNGRADE

Try hard to do a migration. This mostly does:

  • Try to find a newer book.

  • If book is invalid: find a best book, potentially older. Older book will never be returned if current book is a valid one.