Click or drag to resize

ProjectBrowserExtensionsMoveDocuments Method

Move the items given in the list (tables and graphs) to a new location. The new location is ask for in a dialog.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void MoveDocuments(
	IList<Object> list
)

Parameters

list  IListObject
List of items to move.
See Also