IRelationshipServiceGetRelationships Method (Guid, Guid)

Gets the relationships between the two specified structures.

Namespace:  Dundas.BI.Data.Relationships
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IReadOnlyCollection<Relationship> GetRelationships(
	Guid firstStructureId,
	Guid secondStructureId
)

Parameters

firstStructureId
Type: SystemGuid
The first structure ID.
secondStructureId
Type: SystemGuid
The second structure ID.

Return Value

Type: IReadOnlyCollectionRelationship
The list of relationships.
Exceptions
ExceptionCondition
ArgumentExceptionfirstStructureId or secondStructureId is Empty.
NotFoundExceptionfirstStructureId or secondStructureId does not exist.
NoPrivilegeExceptionThe caller does not have permission to access the structure referenced by firstStructureId or secondStructureId.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also