Click or drag to resize

ExternalReferenceResolverLoadOrGetReferencedDocumentAsync(CAEXDocument, String) 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(
	CAEXDocument document,
	string path
)

Parameters

document  CAEXDocument
The CAEX document, using this path.
path  String
A CAEXPath, used to reference a class or attribute type.

Return Value

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

Implements

IExternalReferenceResolverAsyncLoadOrGetReferencedDocumentAsync(CAEXDocument, String)
See Also