Click or drag to resize

MultiRenameDocuments Class

Supports actions to rename documents like worksheet, graph etc.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.CommandsMultiRenameDocuments

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class MultiRenameDocuments

The MultiRenameDocuments type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetCreationDateString Gets the creation date of a document. See the class documentation for which type of documents can be used as argument.
Public methodStatic memberGetFolderName Gets the folder name of a document (with trailing DirectorySeparatorChar). See the class documentation for which type of documents can be used as argument.
Public methodStatic memberGetFolderNameForFileOperations Gets the folder name of a document (with trailing DirectorySeparatorChar). See the class documentation for which type of documents can be used as argument.
Public methodStatic memberGetFullName(Object) Gets the full name of a document. See the class documentation for which type of documents can be used as argument.
Public methodStatic memberGetFullName(Object, Int32) Gets the full name of a document. See the class documentation for which type of documents can be used as argument.
Public methodStatic memberGetFullNameWithAugmentingProjectFolderItems(Object) Gets the full name of a document. Here, some special items are augmented with a name, e.g. a folder text document is augmented with 'FolderNotes'. See the class documentation for which type of documents can be used as argument.
Public methodStatic memberGetFullNameWithAugmentingProjectFolderItems(Object, Int32) Gets the full name of a document. Here, some special items are augmented with a name, e.g. a folder text document is augmented with 'FolderNotes'. See the class documentation for which type of documents can be used as argument.
Public methodStatic memberGetFullNameWithAugmentingProjectFolderItemsForFileOperations Gets the full name of a document. Here, some special items are augmented with a name, e.g. a folder text document is augmented with 'FolderNotes'. See the class documentation for which type of documents can be used as argument.
Public methodStatic memberGetShortName Gets the short name of a document. See the class documentation for which type of documents can be used as argument.
Public methodStatic memberGetShortNameWithAugmentingProjectFolderItemsForFileOperations Gets the short name of a document. See the class documentation for which type of documents can be used as argument.
Public methodStatic memberRegisterCommonDocumentShortcuts Register common shortcuts that are available for all documents (worksheets and graphs), like name, path, creation date etc.
Public methodStatic memberRegisterCommonDocumentShortcutsForFileOperations 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.
Public methodStatic memberRenameDocuments Renames the documents using the items and functions registered in renameData.
Public methodStatic memberShowRenameDocumentsDialog Shows a dialog in which one can rename a list of documents (graphs, worksheets).
Top
See Also