Click or drag to resize

ProjectFoldersMoveItemsToFolder Method

Move items in a list to another folder.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void MoveItemsToFolder(
	IList<Object> list,
	string newFolderName
)

Parameters

list  IListObject
List of items to move.
newFolderName  String
Name of the folder where to move the items into.
See Also