Click or drag to resize

ProjectServiceBaseDeleteDocument Method

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

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

Parameters

document  IProjectItem
The project item to delete
force  Boolean
If true, the document is deleted without safety question, if false, the user is ask before the document is deleted.

Implements

IProjectServiceDeleteDocument(IProjectItem, Boolean)
See Also