ProjectFoldersMoveItemsToNewFolder Method |
Move the provided items from the old folder to a new folder. This is done by renaming all items in the given list by
starting with the new folder name.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void MoveItemsToNewFolder(
string oldFolderName,
string newFolderName,
IEnumerable<IProjectItem> items
)
Parameters
- oldFolderName String
- Name of the existing folder.
- newFolderName String
- New name of the folder.
- items IEnumerableIProjectItem
- List of items that should be renamed.
See Also