Open this page in the API Guide

IFileSystemService.GetReferencesTo Method

Gets the IDs of all entities which reference the specified entity (according to the caller).

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
ICollection<Guid> GetReferencesTo(
	Guid entityId
)

Parameters

entityId
Type: System.Guid
The ID of the entity.

Return Value

Type: ICollection<Guid>
The IDs of all entries which reference the specified entity.
Exceptions
ExceptionCondition
ArgumentExceptionentityId is Empty.
NotFoundExceptionThe entry specified by entityId does not exist.
InvalidOperationExceptionentityId refers to an entry which is not an entity.
NoPrivilegeExceptionThe caller does not have the Read privilege on the specified entity.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also