Click or drag to resize

MultiRenameData Properties

The MultiRenameData type exposes the following members.

Properties
 NameDescription
Public propertyColumnsOfObjectInformation 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.
Public propertyDefaultPatternStringGets or sets the default pattern string, i.e. the pattern string that is initially shown when the multi rename dialog opens.
Public propertyIsRenameOperationFileSystemBased Sets a value indicating whether the rename operation is file system based (if the names refer to file names).
Public propertyObjectsToRenameCountReturn the number of objects to be processed (renamed etc).
Public propertyShowExistingFileInformation Gets or sets a value indicating whether the generated names are existing files, and it is shown if these files exist.
Top
See Also