Delete
bool CPrice::Delete( int ID );
The method Delete deletes the price of the specified ID.
Parameters
Parameter | Description |
---|---|
ID | Price ID. |
Return Values
Returns True on success or False otherwise.
Example
<? // Delete the price with the ID of 11 CPrice::Delete(11); ?>
© «Bitrix24», 2001-2024
Up