Click or drag to resize

MultiRenameDocumentsRegisterCommonDocumentShortcutsForFileOperations Method

Register common shortcuts that are available for all documents (worksheets and graphs), like name, path, creation date etc. Here, we take care of augmenting the project folder items (like FolderNotes) with a meaningful name.

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void RegisterCommonDocumentShortcutsForFileOperations(
	MultiRenameData renameData
)

Parameters

renameData  MultiRenameData
Rename data structure in which the shortcuts have to be registered.
See Also