Click or drag to resize

ExternalReferenceResolverLoadOrGetReferencedDocument Method

Overload List
 NameDescription
Public methodLoadOrGetReferencedDocument(ExternalReferenceType) This method is used to load an outsourced CAEX document. The external representation for that document is defined in the provided ExternalReference object. The CAEXDocument is loaded as a new 'stand alone' document, which means that no libraries of the loaded document are merged to the original referencing document. The ExternalReference is not changed and all external references in the original document which use the alias name in a path- or id-reference will not change too. A merge of documents can only be requested by a IMerge service.
Public methodLoadOrGetReferencedDocument(CAEXDocument, String) Determines, if the provided path contains an alias and gets the resolved document for that alias.
Top
See Also