IFileSystemServiceGetReferencedBy Method |
Gets the IDs of all entities which are referenced by the caller's effective revision of the specified entity.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxICollection<Guid> GetReferencedBy(
Guid entityId
)
Function GetReferencedBy (
entityId As Guid
) As ICollection(Of Guid)
ICollection<Guid>^ GetReferencedBy(
Guid entityId
)
abstract GetReferencedBy :
entityId : Guid -> ICollection<Guid> Parameters
- entityId Guid
- The ID of the entity.
Return Value
ICollectionGuidThe IDs of all entries which are referenced by the specified entity.
Exceptions
See Also