IFileSystemServiceGetReferencedBy Method |
Gets the IDs of all entities which are referenced by the caller's effective revision of 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)
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
- Type: SystemGuid
The ID of the entity.
Return Value
Type:
ICollectionGuidThe IDs of all entries which are referenced by the specified entity.
Exceptions| Exception | Condition |
|---|
| ArgumentException | entityId is Empty. |
| NotFoundException | The entry specified by entityId does not exist. |
| InvalidOperationException | entityId refers to an entry which is not an entity. |
| NoPrivilegeException | The caller does not have the Read privilege on the specified entity. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also