IFileSystemServiceGetDownstreamReferenceExplosion Method |
Recursively gets the IDs of all entries which reference the specified entity.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxIDictionary<Guid, ICollection<Guid>> GetDownstreamReferenceExplosion(
Guid entityId
)
Function GetDownstreamReferenceExplosion (
entityId As Guid
) As IDictionary(Of Guid, ICollection(Of Guid))
IDictionary<Guid, ICollection<Guid>^>^ GetDownstreamReferenceExplosion(
Guid entityId
)
abstract GetDownstreamReferenceExplosion :
entityId : Guid -> IDictionary<Guid, ICollection<Guid>>
Parameters
- entityId
- Type: SystemGuid
The ID of the entity.
Return Value
Type:
IDictionaryGuid,
ICollectionGuid
A dictionary, keyed by entity ID, whose values are collections containing the IDs of all entities which reference the
corresponding entity (whose ID is the key).
Exceptions
See Also