Click or drag to resize

MultiRenameDocumentsRegisterCommonDocumentShortcuts Method

Register common shortcuts that are available for all documents (worksheets and graphs), like name, path, creation date etc.

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

Parameters

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