MultiRenameDataDoRename Method |
Calls the function that finally process the items, for instance rename them, export them etc.
Namespace: Altaxo.Gui.Common.MultiRenameAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Return Value
BooleanTrue 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