IFileSystemServiceGetUpstreamReferenceExplosion(Guid) Method |
Recursively gets the IDs of all entries which are referenced by the specified entity.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIDictionary<Guid, ICollection<Guid>> GetUpstreamReferenceExplosion(
Guid entityId
)
Function GetUpstreamReferenceExplosion (
entityId As Guid
) As IDictionary(Of Guid, ICollection(Of Guid))
IDictionary<Guid, ICollection<Guid>^>^ GetUpstreamReferenceExplosion(
Guid entityId
)
abstract GetUpstreamReferenceExplosion :
entityId : Guid -> IDictionary<Guid, ICollection<Guid>> Parameters
- entityId Guid
- The ID of the entity.
Return Value
IDictionaryGuid,
ICollectionGuid
A dictionary, keyed by entity ID, whose values are collections containing the IDs of all entities which are referenced by
the corresponding entity (whose ID is the key). If the non-
value of the
objectTypeFilter is provided,
the result will only contain pairs, which values are the IDs of the entities of the requested object types.
Exceptions
See Also