Click or drag to resize

ProjectItemCommandsPasteItemsFromClipboard Method

Pastes project items from the clipboard into the specified base folder.

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void PasteItemsFromClipboard(
	string baseFolder
)

Parameters

baseFolder  String
The destination base folder.
See Also