Importing
fmtc_plus_sharing Module
Attempting to import a damaged/corrupted store may result in a fatal app crash, or major errors at least.
In the event that a store with the same name already exists as the store that is trying to be imported, FMTC has only simple conflict resolution behaviour.
When a collision is detected, the defined callback
collisionHandler
is called asynchronously, with the filename of the import file in addition to the real name of the contained store. It can return either:true
: Override the entire existing store and its contentsfalse
: Skip/cancel the import
Last modified 5mo ago