Click or drag to resize

ProjectFoldersDeleteDocuments(IEnumerableIProjectItem) Method

Delete the items given in the list (tables and graphs), with a confirmation dialog.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void DeleteDocuments(
	IEnumerable<IProjectItem> list
)

Parameters

list  IEnumerableIProjectItem
List of items to delete.
See Also