 | IExternalReferenceResolverAsyncLoadOrGetReferencedDocumentAsync(CAEXDocument, String) Method |
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxTask<(CAEXDocument Document, string Message)> LoadOrGetReferencedDocumentAsync(
CAEXDocument document,
string path
)
Function LoadOrGetReferencedDocumentAsync (
document As CAEXDocument,
path As String
) As Task(Of (Document As CAEXDocument, Message As String))
Task<ValueTuple<CAEXDocument^, String^>>^ 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