Click or drag to resize

ProjectItemCommandsPasteItems Method

Pastes the specified project items into the target folder.

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void PasteItems(
	string targetFolder,
	ProjectItemCommandsProjectItemClipboardList list
)

Parameters

targetFolder  String
The target folder.
list  ProjectItemCommandsProjectItemClipboardList
The clipboard payload to paste.
See Also