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 (24.3.0.1000)
Syntax ICollection<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 See Also