ProjectFoldersMoveItemsFromFolderToFolder Method |
Moves project items from a source folder to a destination folder.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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