Multi |
The MultiRenameData type exposes the following members.
Name | Description | |
---|---|---|
ColumnsOfObjectInformation | Stores columns of information for the objects to rename. Key is the column name. Value is a function which retrieves a string for each object, that appears as text in the column. The first argument of the function is the object (DataTable, Graph, etc.). The second argument is the new calculated name. Note that it is assumed that the first list item corresponds to the old name of the object. This is shown in the first column. The second column is reserved for the new name. Then the other columns follow. | |
DefaultPatternString | Gets or sets the default pattern string, i.e. the pattern string that is initially shown when the multi rename dialog opens. | |
IsRenameOperationFileSystemBased | Sets a value indicating whether the rename operation is file system based (if the names refer to file names). | |
ObjectsToRenameCount | Return the number of objects to be processed (renamed etc). | |
ShowExistingFileInformation | Gets or sets a value indicating whether the generated names are existing files, and it is shown if these files exist. |