Documentation

Delete

bool CCatalogStoreProduct::Delete( int Id);

Method deletes a record from table containing remaining product with ID. Static method.

Call parameters

Parameter Description
ID Record ID for deleting.

Returned value

Returns true on success and false otherwise.

Examples

	$id = 18;
	$result = CCatalogStoreProduct::Delete($id);


© «Bitrix24», 2001-2024
Up