Click or drag to resize

IXMLExternalUnloadUnloadExternalDocument Method

Unloads the external document which was referenced by the provided externalReference.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
void UnloadExternalDocument(
	ExternalReferenceType externalReference
)

Parameters

externalReference  ExternalReferenceType
The external reference.
See Also