Click or drag to resize

IExternalReferenceResolverResolveExternalDocument Method

Resolves a CAEXDocument, referenced by the specified url.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
(CAEXDocument Document, string Message) ResolveExternalDocument(
	string url
)

Parameters

url  String
The URL to the External Document

Return Value

ValueTupleCAEXDocument, String
If a referenced document for the url, the document is returned. If the reference could not be resolved, a message is returned.
See Also