IRelationshipServiceGetRelationships Method (Guid, Boolean)

Gets all the relationships where the specified structure is either the primary structure or the referenced one.

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 structureId,
	bool recursive
)

Parameters

structureId
Type: SystemGuid
The structure ID.
recursive
Type: SystemBoolean
If set to , also include the relationships for all referenced structures.

Return Value

Type: IReadOnlyCollectionRelationship
The list of relationships.
Exceptions
ExceptionCondition
ArgumentExceptionstructureId is Empty.
NotFoundExceptionThe structure does not exist.
NoPrivilegeExceptionThe caller does not have permission to access the structure.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also