Click or drag to resize

IXMLDocumentRegistryRemoveDocument Method

Removes the document from the internal registry of the service.

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

Parameters

document  XDocumentWrapper
The XML document.
See Also