Documentation

Delete

bool
CPrice::Delete(
 int ID
);

The method Delete deletes the price of the specified ID.

Parameters

ParameterDescription
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