bool CIBlockType::Delete( string ID );
Deletes the information block type.
Parameter | Description |
---|---|
ID | Information block type ID. |
<? $DB->StartTransaction(); if (!CIBlockType::Delete('catalog')) { $DB->Rollback(); echo 'Delete error!'; } $DB->Commit(); ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |