MultiRenameDocumentsRenameDocuments Method |
Renames the documents using the items and functions registered in renameData.
Namespace: Altaxo.Main.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static List<Object> RenameDocuments(
MultiRenameData renameData
)
Parameters
- renameData MultiRenameData
- Data that provides the items to rename and the required helper functions.
Return Value
ListObjectIf 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