bool CPrice::Delete( int ID );
The method Delete deletes the price of the specified ID.
Parameter | Description |
---|---|
ID | Price ID. |
Returns True on success or False otherwise.
<? // Delete the price with the ID of 11 CPrice::Delete(11); ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |