IFileSystemServiceGetCheckedOutReferences(Guid) Method |
Gets referenced items which are currently checked-out to the caller.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
- The ID of the entity to check.
Return Value
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