IFileSystemServiceGetCheckedOutReferences Method (Guid) |
Gets referenced items which are currently checked-out to the caller.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
SyntaxICollection<Guid> GetCheckedOutReferences(
Guid entityId
)
Function GetCheckedOutReferences (
entityId As Guid
) As ICollection(Of Guid)
ICollection<Guid>^ GetCheckedOutReferences(
Guid entityId
)
abstract GetCheckedOutReferences :
entityId : Guid -> ICollection<Guid>
Parameters
- entityId
- Type: SystemGuid
The ID of the entity to check.
Return Value
Type:
ICollectionGuid
The IDs of all objects referenced by
entityId which are currently checked-out
to the caller (or created by the caller but never checked-in).
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 permission to access the entry specified by entityId. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also