ProjectFoldersMoveItemsToFolder Method |
Move items in a list to another folder.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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