Click or drag to resize

ProjectFoldersMoveItemsFromFolderToFolder Method

Moves project items from a source folder to a destination folder.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void MoveItemsFromFolderToFolder(
	string sourceFolderName,
	string destinationFolderName,
	bool includeSubfolders = true,
	bool throwIfFolderDoesNotExists = true
)

Parameters

sourceFolderName  String
Name of the source folder.
destinationFolderName  String
Name of the destination folder.
includeSubfolders  Boolean  (Optional)
If set to true, items in subfolders are included in the operation, too.
throwIfFolderDoesNotExists  Boolean  (Optional)
If true, and the provided folder does not exist, a ArgumentOutOfRangeException
See Also