![]() | IExternal |
The IExternalReferenceResolverAsync type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClearRedirection |
Clears all registered redirection paths.
(Inherited from IExternalReferenceResolver) |
![]() | ClearRedirection(String) |
Clears the redirection path for the provided address.
(Inherited from IExternalReferenceResolver) |
![]() | IsExternal |
Determines, if the element is contained in a resolved external document.
(Inherited from IExternalReferenceResolver) |
![]() | LoadOrGetReferencedDocument(ExternalReferenceType) |
Loads a CAEXDocument, referenced by the external reference. The new CAEXDocument is a separate document and no libraries
are merged to the current document.
This Method doesn't change any references, which use the alias of this
external reference. Use the IMerge service to achieve this.
(Inherited from IExternalReferenceResolver) |
![]() | LoadOrGetReferencedDocument(CAEXDocument, String) |
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.
(Inherited from IExternalReferenceResolver) |
![]() | LoadOrGetReferencedDocumentAsync(ExternalReferenceType) | The async version of LoadOrGetReferencedDocument(ExternalReferenceType) |
![]() | LoadOrGetReferencedDocumentAsync(CAEXDocument, String) | The async version of LoadOrGetReferencedDocument(CAEXDocument, String) |
![]() | RegisterExternalDocument |
Registers a CAEXDocument, referenced by the specified externalReference as an external document.
(Inherited from IExternalReferenceResolver) |
![]() | ResolvedDocuments |
Gets all already resolved externals for the provided CAEXDocument containing ExternalReference objects
(Inherited from IExternalReferenceResolver) |
![]() | ResolveExternalDocument |
Resolves a CAEXDocument, referenced by the specified url.
(Inherited from IExternalReferenceResolver) |
![]() | ResolveExternalDocumentAsync | The async version of ResolveExternalDocument(String) |
![]() | SetRedirection |
Sets a redirection path for the provided address.
(Inherited from IExternalReferenceResolver) |