Documentation

Delete

bool
CSaleOrderPropsVariant::Delete(
  int ID
);

The method Delete deletes a specified variant.

Parameters

ParameterDescription
ID The ID of the variant to be deleted.

Returned values

Returns true on success or false otherwise.

Example


<?
CSaleOrderPropsVariant::Delete(12);
?>
© «Bitrix24», 2001-2024
Up