Click or drag to resize

IExternalReferenceResolverLoadOrGetReferencedDocument(CAEXDocument, String) Method

Determines, if the provided path contains an alias and gets the resolved document for that alias if it is already resolved. If the reference has not been resolved it is resolved.

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

Parameters

document  CAEXDocument
The CAEX document.
path  String
The path.

Return Value

ValueTupleCAEXDocument, String
the resolved document for the alias, extracted from the path and a message, if the the reference could not be resolved
See Also