rename_preset


Description:

public abstract bool rename_preset (string old_name, string new_name)

Renames a preset.

If there is already a preset by the new_name it will be overwritten.

Parameters:

this

a Object that implements Preset

old_name

current preset name

new_name

new preset name

Returns:

true for success, false if e.g. there is no preset with old_name