bool CCurrency::Delete( string currency );
The method Delete is used to delete a currency by its identifier. All the exchange rates for this currency and language dependent properties are deleted as well.
Parameter | Description |
---|---|
currency | The currency ID. |
The function returns true on success, or false otherwise.
<? CCurrency::Delete("USD"); ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |