Click or drag to resize

ProjectItemCommandsProjectItemReferenceClipboardList Constructor

Initializes a new instance of the ProjectItemCommandsProjectItemReferenceClipboardList class

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

Parameters

projectItemReferences  IEnumerableDocNodeProxy

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

baseFolder  String

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

See Also