MultiRenameDocuments Class |
Supports actions to rename documents like worksheet, graph etc.
Inheritance Hierarchy Namespace: Altaxo.Main.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static class MultiRenameDocuments
The MultiRenameDocuments type exposes the following members.
Methods | Name | Description |
---|
| GetCreationDateString |
Gets the creation date of a document. See the class documentation for which type of documents can be used as argument.
|
| GetFolderName |
Gets the folder name of a document (with trailing DirectorySeparatorChar). See the class documentation for which type of documents can be used as argument.
|
| GetFolderNameForFileOperations |
Gets the folder name of a document (with trailing DirectorySeparatorChar). See the class documentation for which type of documents can be used as argument.
|
| GetFullName(Object) |
Gets the full name of a document. See the class documentation for which type of documents can be used as argument.
|
| GetFullName(Object, Int32) |
Gets the full name of a document. See the class documentation for which type of documents can be used as argument.
|
| GetFullNameWithAugmentingProjectFolderItems(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.
|
| GetFullNameWithAugmentingProjectFolderItems(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.
|
| GetFullNameWithAugmentingProjectFolderItemsForFileOperations |
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.
|
| GetShortName |
Gets the short name of a document. See the class documentation for which type of documents can be used as argument.
|
| GetShortNameWithAugmentingProjectFolderItemsForFileOperations |
Gets the short name of a document. See the class documentation for which type of documents can be used as argument.
|
| RegisterCommonDocumentShortcuts |
Register common shortcuts that are available for all documents (worksheets and graphs), like name, path, creation date etc.
|
| RegisterCommonDocumentShortcutsForFileOperations |
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.
|
| RenameDocuments |
Renames the documents using the items and functions registered in renameData.
|
| ShowRenameDocumentsDialog |
Shows a dialog in which one can rename a list of documents (graphs, worksheets).
|
TopSee Also