Delete
bool CSaleOrderUserPropsValue::Delete( int ID );
The method Delete deletes a property from the customer profile.
Parameters
Parameter | Description |
---|---|
ID | The customer profile property to be deleted. |
Returned values
Returns true on success or false - otherwise.
Example
<? CSaleOrderUserPropsValue::Delete(17); ?>
© «Bitrix24», 2001-2024
Up