 | IXMLDocumentRegistryRemoveDocument Method |
Removes the document from the internal registry of the service.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxvoid RemoveDocument(
XDocumentWrapper document
)
Sub RemoveDocument (
document As XDocumentWrapper
)
void RemoveDocument(
XDocumentWrapper^ document
)
Parameters
- document XDocumentWrapper
- The XML document.
See Also