Click or drag to resize

MultiRenameDataDoRename Method

Calls the function that finally process the items, for instance rename them, export them etc.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool DoRename()

Return Value

Boolean
True when the action was successfull. In this case a Gui dialog can be closed. If the return value is false, the action failed at least for some items. Then, this instance will contain now those items for which the action failed. In this case a dialog should not be closed, and the items which remain should be renamed in a second step then.
See Also