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.3572.0 (4.8.3572.0)
Syntax
C#
public static List<Object> RenameDocuments(
	MultiRenameData renameData
)

Parameters

renameData  MultiRenameData
Data that provides the items to rename and the required helper functions.

Return Value

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