Click or drag to resize

ExternalReferenceResolverLoadOrGetReferencedDocumentAsync(ExternalReferenceType) Method


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

Parameters

externalReference  ExternalReferenceType

Return Value

TaskValueTupleCAEXDocument, String
The loaded document, if it was found; otherwise an error message.

Implements

IExternalReferenceResolverAsyncLoadOrGetReferencedDocumentAsync(ExternalReferenceType)
Exceptions
ExceptionCondition
NotImplementedException
See Also