IFileSystemServiceGetReferencesTo 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.3.0.1000)
SyntaxICollection<Guid> GetReferencesTo(
	Guid entityId
)
Function GetReferencesTo ( 
	entityId As Guid
) As ICollection(Of Guid)
ICollection<Guid>^ GetReferencesTo(
	Guid entityId
)
abstract GetReferencesTo : 
        entityId : Guid -> ICollection<Guid> 
Parameters
- entityId
 - Type: SystemGuid
The ID of the entity. 
Return Value
Type: 
ICollectionGuidThe IDs of all entries which reference the specified entity.
Exceptions
See Also