Package DE_EPAGES::ShopTransfer::API::Delete
Functions
deleteAllShops
Removes all shops.
Syntax |
$del->deleteAllShops($hOptions); |
Input |
|
deleteShop
Removes all data from shop. Adds countObjects to $hOptions. Creates and removes temporary tables #export_ids, #table_ids and #delete_ids.
Syntax |
$del->deleteShop($ShopAlias, $hOptions, $ShopID); |
Input |
|
deleteTable
Removes data from table of a site (shop).
Syntax |
$del->deleteTable($Table, $SiteID, $hOptions); |
Input |
|