Click or drag to resize

ProjectItemCommandsProjectItemClipboardList Constructor

Initializes a new instance of the ProjectItemCommandsProjectItemClipboardList class

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ProjectItemClipboardList(
	IEnumerable<IProjectItem> projectItems,
	string baseFolder
)

Parameters

projectItems  IEnumerableIProjectItem

[Missing <param name="projectItems"/> documentation for "M:Altaxo.Main.Commands.ProjectItemCommands.ProjectItemClipboardList.#ctor(System.Collections.Generic.IEnumerable{Altaxo.Main.IProjectItem},System.String)"]

baseFolder  String

[Missing <param name="baseFolder"/> documentation for "M:Altaxo.Main.Commands.ProjectItemCommands.ProjectItemClipboardList.#ctor(System.Collections.Generic.IEnumerable{Altaxo.Main.IProjectItem},System.String)"]

See Also