Documentation

Delete

bool
CSaleOrderUserProps::Delete(
 int ID
);

The method Delete delete the profile of a specified customer. This deletes all properties as well.

Parameters

ParameterDescription
ID The ID of the customer profile to be deleted.

Returned values

Returns true on success or false otherwise.

Example


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