Click or drag to resize

ExternalReferenceResolverLoadOrGetReferencedDocument(CAEXDocument, String) Method

Determines, if the provided path contains an alias and gets the resolved document for that alias.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public (CAEXDocument Document, string Message) LoadOrGetReferencedDocument(
	CAEXDocument document,
	string path
)

Parameters

document  CAEXDocument
The CAEX document, which provides the ExternalReference to resolve the 'Alias'.
path  String
The CAEX path which contains an 'Alias'.

Return Value

ValueTupleCAEXDocument, String
The resolved document for the alias, extracted from the path.

Implements

IExternalReferenceResolverLoadOrGetReferencedDocument(CAEXDocument, String)
See Also