Click or drag to resize

ProjectFoldersDeleteDocuments(IEnumerableIProjectItem, Boolean) 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,
	bool showConfirmationDialog
)

Parameters

list  IEnumerableIProjectItem
List of items to delete.
showConfirmationDialog  Boolean
If true, shows the confirmation dialog to confirm that the items should really be deleted.
See Also