ProjectFoldersDeleteDocuments(IEnumerableIProjectItem, Boolean) Method |
Delete the items given in the list (tables and graphs), with a confirmation dialog.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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