Click or drag to resize

UndoRedoServiceRemoveDocument Method

Removes the XML document from the internal registry of the service. Undo- and Redo Stacks for this document will be deleted.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public void RemoveDocument(
	XDocumentWrapper document
)

Parameters

document  XDocumentWrapper
The document.

Implements

IXMLDocumentRegistryRemoveDocument(XDocumentWrapper)
See Also