Click or drag to resize

ExternalReferenceResolverUnloadExternalDocument Method

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

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

Parameters

externalReference  ExternalReferenceType
The external reference.

Implements

IXMLExternalUnloadUnloadExternalDocument(ExternalReferenceType)
See Also