bool CSaleLocationGroup::Delete( int ID );
The method Delete deletes a location group. Locations of this group remain untouched.
Parameter | Description |
---|---|
ID | The location group ID. |
Returns true on success or false otherwise.
<? if (!CSaleLocationGroup::Delete(2)) echo "Error deleting a location group"; ?>
© 2001-2005 Bitrix | Bitrix Site Manager |