bool CSaleLocation::DeleteCountry( int ID );
The method DeleteCountry deletes the country. All location bound to this country remain untouched.
Parameter | Description |
---|---|
ID | The ID of the country to be deleted. |
Returns true on success, or false otherwise.
<? if (!CSaleLocation::DeleteCountry(12)) echo "Error deleting country"; ?>
© 2001-2005 Bitrix | Bitrix Site Manager |