Click or drag to resize

IExternalReferenceResolverAsyncLoadOrGetReferencedDocumentAsync(ExternalReferenceType) Method


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

Parameters

externalReference  ExternalReferenceType
the external reference

Return Value

TaskValueTupleCAEXDocument, String
If the ExternalReference doesn't have an alias, the document is not loaded. If a referenced document for the alias already exists, the existing document is returned. If the reference could not be resolved, a message is returned.
See Also