Click or drag to resize

IExternalReferenceResolverAsyncLoadOrGetReferencedDocumentAsync(CAEXDocument, String) Method


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

Parameters

document  CAEXDocument
The CAEX document.
path  String
The path.

Return Value

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