This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

cms:onBeforeDataImport event

Triggered by Cms_ExportManager
Author LemonStand eCommerce Inc.

Event handler signature

public void event_onBeforeDataImport(mixed $file_info)
$file_info mixed specifies either path to the CMS archive file or an array containing information about an uploaded file.
Triggered before a CMS theme is imported. In the event handler you can throw an exception if the operation should be cancelled.