Click or drag to resize

IProjectServiceDeleteDocument Method

This function will delete a project item and close all corresponding views.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void DeleteDocument(
	IProjectItem document,
	bool force
)

Parameters

document  IProjectItem
The document (project item) to delete.
force  Boolean
If true, the document is deleted without safety question; otherwise, the user is ask before the graph document is deleted.
See Also