Click or drag to resize

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.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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