 | IExternalReferenceResolverLoadOrGetReferencedDocument(CAEXDocument, String) Method |
Determines, if the provided path contains an alias and gets the resolved document
for that alias if it is already resolved. If the reference has not been resolved
it is resolved.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax(CAEXDocument Document, string Message) LoadOrGetReferencedDocument(
CAEXDocument document,
string path
)
Function LoadOrGetReferencedDocument (
document As CAEXDocument,
path As String
) As (Document As CAEXDocument, Message As String)
ValueTuple<CAEXDocument^, String^> LoadOrGetReferencedDocument(
CAEXDocument^ document,
String^ path
)
Parameters
- document CAEXDocument
- The CAEX document.
- path String
- The path.
Return Value
ValueTupleCAEXDocument,
String
the resolved document for the alias, extracted from the path and a message, if the
the reference could not be resolved
See Also