exportRelationshipInstance MethodProtected
Applies exclusion rules and handler callbacks to an already-hydrated relationship instance.
exportRelationshipInstance(relationship: Relationship, isUpdate: boolean, sourceFedGuid?: string, targetFedGuid?: string): Promise<void>
@note This is the common protected hook used by both exportRelationship and exportRelationships. Most consumers should customize IModelExportHandler instead.
| Parameter | Type | Description |
|---|---|---|
| relationship | Relationship | |
| isUpdate | boolean | |
| sourceFedGuid | string | The FederationGuid of the relationship's source endpoint, if available. |
| targetFedGuid | string | The FederationGuid of the relationship's target endpoint, if available. |
Returns - Promise
Defined in
Last Updated: 25 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.