Click or drag to resize

MultiRenameDocumentsRenameDocuments Method

Renames the documents using the items and functions registered in renameData.

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static List<Object> RenameDocuments(
	MultiRenameData renameData
)

Parameters

renameData  MultiRenameData
Data that provideds the items to rename, the functions etc.

Return Value

ListObject
If the action was successfull, an empty list. If the action was only partially successfull, the returned list contains those objects, for which the rename action failed.
See Also